AGI STK Objects 11 Send comments on this topic.
InterpMethod Property (IAgVeWayPtAltitudeRefTerrain)
See Also 





Description

The terrain interpolation method to be used to define the height of the vehicle with respect to terrain data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpMethod() As AgEVeWayPtInterpMethod

[C#]
public AgEVeWayPtInterpMethod InterpMethod {get; set;}

[Managed C++]
public: __property AgEVeWayPtInterpMethod get_InterpMethod();
public: __property void set_InterpMethod(
AgEVeWayPtInterpMethod
);

[Unmanaged C++]
public: HRESULT get_InterpMethod(
AgEVeWayPtInterpMethod * pRetVal
);
public: HRESULT put_InterpMethod(
AgEVeWayPtInterpMethod NewInterpMethod
);

[Java]
public AgEVeWayPtInterpMethod getInterpMethod();public void setInterpMethod(
AgEVeWayPtInterpMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1