STK UtilSend comments on this topic.
OrientationType Property (IAgOrientation)
See Also
Windows





Windows & Linux

Description

Returns the orientation method currently being used.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property OrientationType() As AgEOrientationType
[C#]
public AgEOrientationType OrientationType {get;}
[Managed C++]
public: __property AgEOrientationType get_OrientationType();
[Unmanaged C++]
public: HRESULT get_OrientationType(
    AgEOrientationType * pType
);
[Java]
public AgEOrientationType getOrientationType();
[Python - STK API ]
@property
def OrientationType(self) -> "AgEOrientationType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.