Gets or sets the shape of the waypoint marker.
Read-write property
[Visual Basic .NET] |
---|
Public Property Shape() As AgE3dMarkerShape |
[C#] |
---|
public AgE3dMarkerShape Shape {get; set;} |
[Managed C++] |
---|
public: __property AgE3dMarkerShape get_Shape(); |
[Unmanaged C++] |
---|
public: HRESULT get_Shape( AgE3dMarkerShape * pVal ); public: HRESULT put_Shape( AgE3dMarkerShape MarkerShape ); |
[Java] |
---|
public AgE3dMarkerShape getShape(); public void setShape( AgE3dMarkerShape ); |
[Python - STK API ] |
---|
@property def Shape(self) -> "AgE3dMarkerShape": @Shape.setter def Shape(self, MarkerShape:"AgE3dMarkerShape") -> None: |