AGI STK Graphics 11 Send comments on this topic.
Update Method (IAgStkGraphicsRasterStream)
See Also 
Time
The current Scene Manager time.
NextTime
The next Scene Manager time.





Description

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.

Syntax

[Visual Basic .NET]
Public Function Update( _
   ByVal Time As IAgDate, _
   ByVal NextTime As IAgDate _
) As Boolean

[C#]
public bool Update(
IAgDate Time,
IAgDate NextTime
);

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

[Java]
public bool update(
IAgDate Time,
IAgDate NextTime
);

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

Parameters

Time
The current Scene Manager time.
NextTime
The next Scene Manager time.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1