Gets or sets the interpolation method.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Method() As AgEVeInterpolationMethod |
| [C#] |
|---|
public AgEVeInterpolationMethod Method {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVeInterpolationMethod get_Method(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVeInterpolationMethod getMethod(); public void setMethod( AgEVeInterpolationMethod ); |
[Python - STK API ] |
|---|
@property def Method(self) -> "AgEVeInterpolationMethod": @Method.setter def Method(self, InterpolationMethod:"AgEVeInterpolationMethod") -> None: |
This property may not be modified if the %IAgVeIntegrator.UseVOP:STKObjects~IAgVeIntegrator~UseVOP% property is set to true.






