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





Windows & Linux

Description

The marker type of the waypoint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerType() As AgERouteVOMarkerType
[C#]
public AgERouteVOMarkerType MarkerType {get; set;}
[Managed C++]
public: __property AgERouteVOMarkerType get_MarkerType();
public: __property void set_MarkerType( AgERouteVOMarkerType );
[Unmanaged C++]
public: HRESULT get_MarkerType(
    AgERouteVOMarkerType * pVal
);
public: HRESULT put_MarkerType(
    AgERouteVOMarkerType MarkerType
);
[Java]
public AgERouteVOMarkerType getMarkerType();
public void setMarkerType(
    AgERouteVOMarkerType
);
[Python - STK API ]
@property
def MarkerType(self) -> "AgERouteVOMarkerType":

@MarkerType.setter
def MarkerType(self, MarkerType:"AgERouteVOMarkerType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.