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( IAgStkGraphicsPluginRasterStreamAttributes Attributes ); |
[Managed C++] |
---|
public: bool OnGetRasterAttributes( IAgStkGraphicsPluginRasterStreamAttributes ^ Attributes ); |
[Unmanaged C++] |
---|
public: HRESULT OnGetRasterAttributes( IAgStkGraphicsPluginRasterStreamAttributes * Attributes, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool onGetRasterAttributes( IAgStkGraphicsPluginRasterStreamAttributes Attributes ); |
- Attributes