Updates the raster. Set the raster data through the context.
[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 ); |
- Time
- NextTime
- Context