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





Description

The shape of the waypoint marker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Shape() As AgE3dMarkerShape

[C#]
public AgE3dMarkerShape Shape {get; set;}

[Managed C++]
public: __property AgE3dMarkerShape get_Shape();
public: __property void set_Shape(
AgE3dMarkerShape
);

[Unmanaged C++]
public: HRESULT get_Shape(
AgE3dMarkerShape * pRetVal
);
public: HRESULT put_Shape(
AgE3dMarkerShape NewShape
);

[Java]
public AgE3dMarkerShape getShape();public void setShape(
AgE3dMarkerShape
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1