Gets or sets the file interpolation method.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpolationMethod() As AgEVATabVecInterpMethod |
[C#] |
---|
public AgEVATabVecInterpMethod InterpolationMethod {get; set;} |
[Managed C++] |
---|
public: __property AgEVATabVecInterpMethod get_InterpolationMethod(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpolationMethod( AgEVATabVecInterpMethod * pVal ); public: HRESULT put_InterpolationMethod( AgEVATabVecInterpMethod InVal ); |
[Java] |
---|
public AgEVATabVecInterpMethod getInterpolationMethod(); public void setInterpolationMethod( AgEVATabVecInterpMethod ); |
[Python - STK API ] |
---|
@property def InterpolationMethod(self) -> "AgEVATabVecInterpMethod": @InterpolationMethod.setter def InterpolationMethod(self, InVal:"AgEVATabVecInterpMethod") -> None: |