Get 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(
|
| [Java] |
|---|
public IAgStkGraphicsPluginRasterDataBits getRasterAsBits();
|