AGI STK Graphics 11 Send comments on this topic.
InitializeWithInterpolator Method (IAgStkGraphicsPolylinePrimitiveFactory)
See Also 
Interpolator
The Position Interpolator applied to positions passed to Set methods.





Description

Initializes a polyline primitive with the specified interpolator. This is equivalent to constructing a polyline with the specified interpolator and a Set Hint of Frequent.

Syntax

[Visual Basic .NET]
Public Function InitializeWithInterpolator( _
   ByVal Interpolator As IAgStkGraphicsPositionInterpolator _
) As IAgStkGraphicsPolylinePrimitive

[Managed C++]
public: IAgStkGraphicsPolylinePrimitive^ InitializeWithInterpolator(
IAgStkGraphicsPositionInterpolator ^ Interpolator
);

[Unmanaged C++]
public: HRESULT InitializeWithInterpolator(
IAgStkGraphicsPositionInterpolator * Interpolator,
IAgStkGraphicsPolylinePrimitive ** ReturnValue
);

Parameters

Interpolator
The Position Interpolator applied to positions passed to Set methods.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1