STK ObjectsSend comments on this topic.
OrientationMode Property (IAgMtoVOMarker)
See Also
Windows





Windows & Linux

Description

Controls the rotation of the marker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OrientationMode() As AgEVOMarkerOrientation
[C#]
public AgEVOMarkerOrientation OrientationMode {get; set;}
[Managed C++]
public: __property AgEVOMarkerOrientation get_OrientationMode();
public: __property void set_OrientationMode( AgEVOMarkerOrientation );
[Unmanaged C++]
public: HRESULT get_OrientationMode(
    AgEVOMarkerOrientation * pRetVal
);
public: HRESULT put_OrientationMode(
    AgEVOMarkerOrientation OrientationMode
);
[Java]
public AgEVOMarkerOrientation getOrientationMode();
public void setOrientationMode(
    AgEVOMarkerOrientation
);
[Python - STK API ]
@property
def OrientationMode(self) -> "AgEVOMarkerOrientation":

@OrientationMode.setter
def OrientationMode(self, OrientationMode:"AgEVOMarkerOrientation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.