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





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 NewRasterFormat
);

[Java]
public AgEStkGraphicsPluginRasterFormat getRasterFormat();public void setRasterFormat(
AgEStkGraphicsPluginRasterFormat
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1