STK Vector Geometry ToolSend comments on this topic.
FileInterpolationType Property (IAgCrdnCalcScalarFile)
See Also
Windows





Windows & Linux

Description

The interpolation method used with the data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FileInterpolationType() As AgECrdnFileInterpolatorType
[C#]
public AgECrdnFileInterpolatorType FileInterpolationType {get; set;}
[Managed C++]
public: __property AgECrdnFileInterpolatorType get_FileInterpolationType();
public: __property void set_FileInterpolationType( AgECrdnFileInterpolatorType );
[Unmanaged C++]
public: HRESULT get_FileInterpolationType(
    AgECrdnFileInterpolatorType * pRetVal
);
public: HRESULT put_FileInterpolationType(
    AgECrdnFileInterpolatorType FileInterpolationType
);
[Java]
public AgECrdnFileInterpolatorType getFileInterpolationType();
public void setFileInterpolationType(
    AgECrdnFileInterpolatorType
);
[Python - STK API ]
@property
def FileInterpolationType(self) -> "AgECrdnFileInterpolatorType":

@FileInterpolationType.setter
def FileInterpolationType(self, FileInterpolationType:"AgECrdnFileInterpolatorType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.