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.
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface