AGI STK Graphics 11Send comments on this topic.
InitializeWithParameters Method (IAgStkGraphicsDurationPathPrimitiveUpdatePolicyFactory)
See Also 
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.
Windows






Windows & Linux

Description

Initializes a policy with the specified duration and removeLocation.

Syntax

[Visual Basic .NET]
Public Function InitializeWithParameters( _
   ByVal Duration As Double, _
   ByVal RemoveLocation As ILocationAgEStkGraphicsPathPrimitiveRemoveLocation _
) As IAgStkGraphicsDurationPathPrimitiveUpdatePolicy
[C#]
public IAgStkGraphicsDurationPathPrimitiveUpdatePolicy InitializeWithParameters(
   double Duration,
   ILocationAgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation
);
[Managed C++]
public: IAgStkGraphicsDurationPathPrimitiveUpdatePolicy^ InitializeWithParameters(
   double Duration,
   ILocationAgEStkGraphicsPathPrimitiveRemoveLocation ^ RemoveLocation
);
[Java]
public IAgStkGraphicsDurationPathPrimitiveUpdatePolicy initializeWithParameters(
   double Duration,
   ILocationAgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation
);
[Unmanaged C++]
public: HRESULT InitializeWithParameters(
   double Duration,
   ILocationAgEStkGraphicsPathPrimitiveRemoveLocation * RemoveLocation,
   IAgStkGraphicsDurationPathPrimitiveUpdatePolicy ** ReturnValue
);

Parameters

Duration
Sets the amount of time that a point at Remove Location will be on the path.
RemoveLocation
MemberValueDescription
eStkGraphicsRemoveLocationFront0Remove from the front of the line.
eStkGraphicsRemoveLocationBack1Remove from the back of the line.
Sets the remove location to the front or back of the path.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.