AGI STK Graphics 11Send comments on this topic.
PositionInterpolator Property (IAgStkGraphicsPolylinePrimitive)
See Also 
Windows






Windows & Linux

Description

Gets the Position Interpolator applied to positions passed to Set, SetCartographic, SetSubset, and SetSubsetCartographic methods. When this property is null, linear interpolation is used.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PositionInterpolator() As IAgStkGraphicsPositionInterpolator
[C#]
public IAgStkGraphicsPositionInterpolator PositionInterpolator {get;}
[Managed C++]
public: __property IAgStkGraphicsPositionInterpolator^ get_PositionInterpolator();
[Unmanaged C++]
public: HRESULT get_PositionInterpolator(
   IAgStkGraphicsPositionInterpolator ** ppRetVal
);
[Java]
public IAgStkGraphicsPositionInterpolator getPositionInterpolator();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.