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++] |
|---|
|
| [Java] |
|---|
public AgEVOMarkerOrientation getOrientationMode(); public void setOrientationMode( AgEVOMarkerOrientation ); |
[Python - STK API ] |
|---|
@property def OrientationMode(self) -> "AgEVOMarkerOrientation": @OrientationMode.setter def OrientationMode(self, OrientationMode:"AgEVOMarkerOrientation") -> None: |






