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 ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsDurationPathPrimitiveUpdatePolicy initializeWithParameters( double Duration, AgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation ); |
[Python - STK API ] |
|---|
def InitializeWithParameters(self, Duration:float, RemoveLocation:"AgEStkGraphicsPathPrimitiveRemoveLocation") -> "IAgStkGraphicsDurationPathPrimitiveUpdatePolicy": |
- 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.






