AGI STK VGT 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.