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++] |
|---|
|
| [Java] |
|---|
public AgEVATabVecInterpMethod getInterpolationMethod(); public void setInterpolationMethod( AgEVATabVecInterpMethod ); |
[Python - STK API ] |
|---|
@property def InterpolationMethod(self) -> "AgEVATabVecInterpMethod": @InterpolationMethod.setter def InterpolationMethod(self, InVal:"AgEVATabVecInterpMethod") -> None: |






