STK Graphics PrimitivesSend comments on this topic.
Orientation Property (IAgStkGraphicsRasterAttributes)
See Also
Windows





Windows & Linux

Description

Gets the Raster Orientation associated with the attributes.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.