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






Windows & Linux

Description

The interpolation order used with the interpolation method to interrogate the data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FileInterpolationOrder() As Integer
[C#]
public int FileInterpolationOrder {get; set;}
[Managed C++]
public: __property int get_FileInterpolationOrder();
public: __property void set_FileInterpolationOrder(
   int
);
[Unmanaged C++]
public: HRESULT get_FileInterpolationOrder(
   int * pRetVal
);
public: HRESULT put_FileInterpolationOrder(
   int NewFileInterpolationOrder
);
[Java]
public ppInteger getFileInterpolationOrder();
public void setFileInterpolationOrder(
   ppInteger
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.