Initializes a policy with the specified duration and removeLocation.
[Visual Basic .NET] |
---|
Public Function InitializeWithParameters( _ ByVal Duration As Double, _ ByVal RemoveLocation As ILocationAgEStkGraphicsPathPrimitiveRemoveLocation _ ) As IAgStkGraphicsDurationPathPrimitiveUpdatePolicy |
[C#] |
---|
public IAgStkGraphicsDurationPathPrimitiveUpdatePolicy InitializeWithParameters( |
[Managed C++] |
---|
public: IAgStkGraphicsDurationPathPrimitiveUpdatePolicy^ InitializeWithParameters( |
[Java] |
---|
public IAgStkGraphicsDurationPathPrimitiveUpdatePolicy initializeWithParameters( |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithParameters( |
- 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.Member Value Description eStkGraphicsRemoveLocationFront 0 Remove from the front of the line. eStkGraphicsRemoveLocationBack 1 Remove from the back of the line.