AGI STK Graphics Plugins 11 Send comments on this topic.
OnGetRasterAttributes Method (IAgStkGraphicsPluginRasterStream)
See Also 
Attributes





Description

Configure the raster attributes, such as width, height, format, etc. Called after the object has been created.

Syntax

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

[Java]
public bool onGetRasterAttributes(
IAgStkGraphicsPluginRasterStreamAttributes Attributes
);

[Unmanaged C++]
public: HRESULT OnGetRasterAttributes(
IAgStkGraphicsPluginRasterStreamAttributes * Attributes,
VARIANT_BOOL * ReturnValue
);

Parameters

Attributes

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1