Method for computing waypoints.
Read-write property
[Visual Basic .NET] |
---|
Public Property Method() As AgEVeWayPtCompMethod |
[C#] |
---|
public AgEVeWayPtCompMethod Method {get; set;} |
[Managed C++] |
---|
public: __property AgEVeWayPtCompMethod get_Method(); |
[Unmanaged C++] |
---|
public: HRESULT get_Method( AgEVeWayPtCompMethod * pVal ); public: HRESULT put_Method( AgEVeWayPtCompMethod AgEVeMethod ); |
[Java] |
---|
public AgEVeWayPtCompMethod getMethod(); public void setMethod( AgEVeWayPtCompMethod ); |