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

Parameters

Attributes

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.