Configure the raster attributes, such as
width, height, format, etc. Called after the object has been
created.
| [Visual Basic .NET] |
|---|
Public Function OnGetRasterAttributes( _
ByVal Attributes As IAgStkGraphicsPluginRasterStreamAttributes _
) As Boolean
|
| [C#] |
|---|
public bool OnGetRasterAttributes(
|
| [Managed C++] |
|---|
public: bool OnGetRasterAttributes(
|
| [Java] |
|---|
public bool onGetRasterAttributes(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnGetRasterAttributes(
|
- Attributes