AGI STK Graphics 11 Send comments on this topic.
Update Method (IAgStkGraphicsPathPrimitiveUpdatePolicy)
See Also 
PathPrimitive
The primitive to be updated.
Date
The time this method is called by the SceneManager.





Description

Updates the pathPrimitive at the specified date.

Syntax

[Visual Basic .NET]
Public Sub Update( _
   ByVal PathPrimitive As IAgStkGraphicsPathPrimitive, _
   ByVal Date As IAgDate _
) 

[C#]
public void Update(
IAgStkGraphicsPathPrimitive PathPrimitive,
IAgDate Date
);

[Managed C++]
public: void Update(
IAgStkGraphicsPathPrimitive ^ PathPrimitive,
IAgDate ^ Date
);

[Java]
public  update(
IAgStkGraphicsPathPrimitive PathPrimitive,
IAgDate Date
);

[Unmanaged C++]
public: HRESULT Update(
IAgStkGraphicsPathPrimitive * PathPrimitive,
IAgDate * Date
);

Parameters

PathPrimitive
The primitive to be updated.
Date
The time this method is called by the SceneManager.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1