STK ObjectsSend comments on this topic.
SetImageFile Method (IAgVeVOWaypointMarkersElement)
See Also
MarkerFile
Windows





Windows & Linux

Description

Sets a file name of the image used for the waypoint.

Syntax

[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:

Parameters

MarkerFile

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.