STK AgGraphicsPluginSend comments on this topic.
RasterFormat Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also
Windows





Windows & Linux

Description

Gets the format.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RasterFormat() As AgEStkGraphicsPluginRasterFormat
[C#]
public AgEStkGraphicsPluginRasterFormat RasterFormat {get; set;}
[Managed C++]
public: __property AgEStkGraphicsPluginRasterFormat get_RasterFormat();
public: __property void set_RasterFormat( AgEStkGraphicsPluginRasterFormat );
[Unmanaged C++]
public: HRESULT get_RasterFormat(
    AgEStkGraphicsPluginRasterFormat * pRetVal
);
public: HRESULT put_RasterFormat(
    AgEStkGraphicsPluginRasterFormat RasterFormat
);
[Java]
public AgEStkGraphicsPluginRasterFormat getRasterFormat();
public void setRasterFormat(
    AgEStkGraphicsPluginRasterFormat
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.