AGI STK VGT 11 Send comments on this topic.
Type Property (IAgCrdnInterpBasic)
See Also 
Windows






Windows & Linux

Description

Get the interpolation type, which can be Lagrange or Hermite interpolation. See STK help on interpolation for further details.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Type() As AgECrdnInterpolatorType

[C#]
public AgECrdnInterpolatorType Type {get; set;}

[Managed C++]
public: __property AgECrdnInterpolatorType get_Type();
public: __property void set_Type(
AgECrdnInterpolatorType
);

[Unmanaged C++]
public: HRESULT get_Type(
AgECrdnInterpolatorType * pRetVal
);
public: HRESULT put_Type(
AgECrdnInterpolatorType NewType
);

[Java]
public AgECrdnInterpolatorType getType();public void setType(
AgECrdnInterpolatorType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface