The interpolation method used with the data.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FileInterpolationType() As AgECrdnFileInterpolatorType |
| [C#] |
|---|
public AgECrdnFileInterpolatorType FileInterpolationType {get; set;} |
| [Managed C++] |
|---|
public: __property AgECrdnFileInterpolatorType get_FileInterpolationType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECrdnFileInterpolatorType getFileInterpolationType(); public void setFileInterpolationType( AgECrdnFileInterpolatorType ); |
| [Python - STK API] |
|---|
@property def FileInterpolationType(self) -> "AgECrdnFileInterpolatorType": @FileInterpolationType.setter def FileInterpolationType(self, FileInterpolationType:"AgECrdnFileInterpolatorType") -> None: |





