Gets or sets the terrain interpolation method to be used to define the height of the vehicle with respect to terrain data.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property InterpMethod() As AgEVeWayPtInterpMethod |
| [C#] |
|---|
public AgEVeWayPtInterpMethod InterpMethod {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVeWayPtInterpMethod get_InterpMethod(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVeWayPtInterpMethod getInterpMethod(); public void setInterpMethod( AgEVeWayPtInterpMethod ); |
[Python - STK API ] |
|---|
@property def InterpMethod(self) -> "AgEVeWayPtInterpMethod": @InterpMethod.setter def InterpMethod(self, InterpMethod:"AgEVeWayPtInterpMethod") -> None: |






