Gets or sets the path and file name of the image used for the waypoint.
Read-write property
[Visual Basic .NET] |
---|
Public Property MarkerFile() As String |
[C#] |
---|
public string MarkerFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_MarkerFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_MarkerFile( BSTR * pVal ); public: HRESULT put_MarkerFile( BSTR MarkerFile ); |
[Java] |
---|
public String getMarkerFile(); public void setMarkerFile( String ); |