Initializes a policy with the specified duration and removeLocation.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsDurationPathPrimitiveUpdatePolicy InitializeWithParameters( double Duration, AgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsDurationPathPrimitiveUpdatePolicy^ InitializeWithParameters( double Duration, AgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation ); |
| [Java] |
|---|
public IAgStkGraphicsDurationPathPrimitiveUpdatePolicy initializeWithParameters( double Duration, AgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation ); |
| [Unmanaged C++] |
|---|
|
- Duration
- Sets the amount of time that a point at Remove Location will be on the path.
- RemoveLocation
- Sets the remove location to the front or back of the path.





