Gets an interface to set a raster from an array.
Read-only property
[Visual Basic .NET] |
---|
Public Property RasterAsBits() As IAgStkGraphicsPluginRasterDataBits |
[C#] |
---|
public IAgStkGraphicsPluginRasterDataBits RasterAsBits {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsPluginRasterDataBits ^ get_RasterAsBits(); |
[Unmanaged C++] |
---|
public: HRESULT get_RasterAsBits( IAgStkGraphicsPluginRasterDataBits ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPluginRasterDataBits getRasterAsBits(); |