Updates the pathPrimitive at the specified date.
[Visual Basic .NET] |
---|
Public Sub Update( _ ByVal PathPrimitive As IAgStkGraphicsPathPrimitive, _ ByVal Date As IAgDate _ ) As |
[C#] |
---|
public void Update( IAgStkGraphicsPathPrimitive PathPrimitive, IAgDate Date ); |
[Managed C++] |
---|
public: void Update( IAgStkGraphicsPathPrimitive ^ PathPrimitive, IAgDate ^ Date ); |
[Java] |
---|
public void update( IAgStkGraphicsPathPrimitive PathPrimitive, IAgDate Date ); |
[Unmanaged C++] |
---|
public: HRESULT Update( IAgStkGraphicsPathPrimitive * PathPrimitive, IAgDate * Date ); |
- PathPrimitive
- The primitive to be updated.
- Date
- The time this method is called by the SceneManager.