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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface