Controls the rotation of the marker.
Read-write property
[Visual Basic .NET] |
---|
Public Property OrientationMode() As AgEVOMarkerOrientation |
[C#] |
---|
public AgEVOMarkerOrientation OrientationMode {get; set;} |
[Managed C++] |
---|
public: __property AgEVOMarkerOrientation get_OrientationMode(); |
[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: |