AGI STK Graphics Plugins 11 Send comments on this topic.
OnGetNextRaster Method (IAgStkGraphicsPluginRasterStream)
See Also 
Time
NextTime
Context





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

[C#]
public bool OnGetNextRaster(
IAgDate Time,
IAgDate NextTime,
IAgStkGraphicsPluginRasterStreamContext Context
);

[Managed C++]
public: bool OnGetNextRaster(
IAgDate ^ Time,
IAgDate ^ NextTime,
IAgStkGraphicsPluginRasterStreamContext ^ Context
);

[Java]
public bool onGetNextRaster(
IAgDate Time,
IAgDate NextTime,
IAgStkGraphicsPluginRasterStreamContext Context
);

[Unmanaged C++]
public: HRESULT OnGetNextRaster(
IAgDate * Time,
IAgDate * NextTime,
IAgStkGraphicsPluginRasterStreamContext * Context,
VARIANT_BOOL * ReturnValue
);

Parameters

Time
NextTime
Context

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1