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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1