AGI Components with Insight3D Alpha 2008 r8
Update Method (pProjectionData, Time)
Library ReferenceAGI.Graphics.Imaging IAgGxDynamicImageProjectionUpdate(IAgGxImageProjectionData, Double)
Primary method for updating dynamic projection data. When clients of the projection require its data, the Update function is called with an IAgGxImageProjectionData object for assigning the projection data for the current time. The Time parameter provides th???
Declaration Syntax
C# Visual Basic Visual C++
bool 
Update(
        

IAgGxImageProjectionData 
pProjectionData,
        
double 
Time
)
Function 
Update ( _
        
pProjectionData 
As 

IAgGxImageProjectionData, _
        
Time 
As 
Double _
) 
As 
Boolean
bool 
Update(
        [
InAttribute] 

IAgGxImageProjectionData^ 
pProjectionData, 
        [
InAttribute] 
double 
Time
)
Parameters
pProjectionData ( IAgGxImageProjectionData)
Time ( Double)

Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)