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





Windows & Linux

Description

The path and file name of the image used for the waypoint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerFile() As String
[C#]
public string MarkerFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_MarkerFile();
public: __property void set_MarkerFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_MarkerFile(
    BSTR * pVal
);
public: HRESULT put_MarkerFile(
    BSTR MarkerFile
);
[Java]
public String getMarkerFile();
public void setMarkerFile(
    String
);
[Python - STK API ]
@property
def MarkerFile(self) -> str:

@MarkerFile.setter
def MarkerFile(self, MarkerFile:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.