Gets the Raster Orientation associated with the attributes.
Read-only property
[Visual Basic .NET] |
---|
Public Property Orientation() As AgEStkGraphicsRasterOrientation |
[C#] |
---|
public AgEStkGraphicsRasterOrientation Orientation {get;} |
[Managed C++] |
---|
public: __property AgEStkGraphicsRasterOrientation get_Orientation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Orientation( AgEStkGraphicsRasterOrientation * pRetVal ); |
[Java] |
---|
public AgEStkGraphicsRasterOrientation getOrientation(); |
[Python - STK API ] |
---|
@property def Orientation(self) -> "AgEStkGraphicsRasterOrientation": |