AGI STK Objects 11 Send comments on this topic.
MarkerType Property (IAgVeVOWaypointMarkersElement)
See Also 





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 * pRetVal
);
public: HRESULT put_MarkerType(
AgERouteVOMarkerType NewMarkerType
);

[Java]
public AgERouteVOMarkerType getMarkerType();public void setMarkerType(
AgERouteVOMarkerType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1