Sets a file name of the image used for the waypoint.
[Visual Basic .NET] |
---|
Public Sub SetImageFile( _ ByVal MarkerFile As String _ ) |
[C#] |
---|
public void SetImageFile( string MarkerFile ); |
[Managed C++] |
---|
public: void SetImageFile( String __gc ^ MarkerFile ); |
[Unmanaged C++] |
---|
public: HRESULT SetImageFile( BSTR MarkerFile ); |
[Java] |
---|
public void setImageFile( String MarkerFile ); |
[Python - STK API ] |
---|
def SetImageFile(self, MarkerFile:str) -> None: |
- MarkerFile