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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1