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
|
Parameters
- Interpolator
- The Position Interpolator
applied to positions passed to
Setmethods.