STK Vector Geometry ToolSend 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 FileInterpolationOrder
);
[Java]
public Integer getFileInterpolationOrder();
public void setFileInterpolationOrder(
    Integer
);
[Python - STK API ]
@property
def FileInterpolationOrder(self) -> int:

@FileInterpolationOrder.setter
def FileInterpolationOrder(self, FileInterpolationOrder:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.