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++] |
---|
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: |