STK AgGraphicsPluginSend comments on this topic.
OnGetNextRaster Method (IAgStkGraphicsPluginRasterStream)
See Also
Time
NextTime
Context
Windows





Windows & Linux

Description

Updates the raster. Set the raster data through the context.

Syntax

[Visual Basic .NET]
Public Function OnGetNextRaster( _
    ByVal Time As IAgDate, _
    ByVal NextTime As IAgDate, _
    ByVal Context As IAgStkGraphicsPluginRasterStreamContext _
) As Boolean
[Managed C++]
public: bool OnGetNextRaster(
    IAgDate ^ Time,
    IAgDate ^ NextTime,
    IAgStkGraphicsPluginRasterStreamContext ^ Context
);
[Unmanaged C++]
public: HRESULT OnGetNextRaster(
    IAgDate * Time,
    IAgDate * NextTime,
    IAgStkGraphicsPluginRasterStreamContext * Context,
    VARIANT_BOOL * pRetVal
);

Parameters

Time
NextTime
Context

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.