STK AgGraphicsPluginSend 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 RasterOrientation
);
[Java]
public AgEStkGraphicsPluginRasterOrientation getRasterOrientation();
public void setRasterOrientation(
    AgEStkGraphicsPluginRasterOrientation
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.