AGI STK Graphics Plugins 11 Send comments on this topic.
RasterOrientation Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also 
Windows






Windows & Linux

Description

Gets the orientation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RasterOrientation() As AgEStkGraphicsPluginRasterOrientation

[C#]
public AgEStkGraphicsPluginRasterOrientation RasterOrientation {get; set;}

[Managed C++]
public: __property AgEStkGraphicsPluginRasterOrientation get_RasterOrientation();
public: __property void set_RasterOrientation(
AgEStkGraphicsPluginRasterOrientation
);

[Unmanaged C++]
public: HRESULT get_RasterOrientation(
AgEStkGraphicsPluginRasterOrientation * pRetVal
);
public: HRESULT put_RasterOrientation(
AgEStkGraphicsPluginRasterOrientation NewRasterOrientation
);

[Java]
public AgEStkGraphicsPluginRasterOrientation getRasterOrientation();public void setRasterOrientation(
AgEStkGraphicsPluginRasterOrientation
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface