Updates the PushPin in the display using an external file as a source

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void UpdateDataFromFile(
	string path
)
Visual Basic
Public Sub UpdateDataFromFile ( _
	path As String _
)
JScript
public function UpdateDataFromFile(
	path : String
)

Parameters

path
Type: System..::..String
The path of the file used for the update

See Also