Compute 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 Method ); |
[Java] |
---|
public AgEVeWayPtCompMethod getMethod(); public void setMethod( AgEVeWayPtCompMethod ); |
[Python - STK API ] |
---|
@property def Method(self) -> "AgEVeWayPtCompMethod": @Method.setter def Method(self, Method:"AgEVeWayPtCompMethod") -> None: |