AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsRasterStream Interface Members
See Also  Overview 

Public Methods

Public Method Update When overridden in a derived class, updates the raster data associated with the raster stream at the specified time. When the Update method is called, the raster stream contains a raster data buffer defined by the current Attributes of the stream for updating the raster data. The time parameter provides the current and next Scene Manager time. Return true if the raster data was updated, otherwise return false.

Public Properties

Public Property UpdateDelta Gets or sets the update delta of the raster stream in seconds. The Update Delta defines the interval at which the Update method will be called. The default Update Delta is 0, which will call the Update method every time the Scene Manager time changes. When animating, this means the Update method would be called on every animation step.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface