AGI STK Objects 11 Send comments on this topic.
Method Property (IAgVePropagatorGreatArc)
See Also 





Description

Method for computing waypoints.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Method() As AgEVeWayPtCompMethod

[C#]
public AgEVeWayPtCompMethod Method {get; set;}

[Managed C++]
public: __property AgEVeWayPtCompMethod get_Method();
public: __property void set_Method(
AgEVeWayPtCompMethod
);

[Unmanaged C++]
public: HRESULT get_Method(
AgEVeWayPtCompMethod * pRetVal
);
public: HRESULT put_Method(
AgEVeWayPtCompMethod NewMethod
);

[Java]
public AgEVeWayPtCompMethod getMethod();public void setMethod(
AgEVeWayPtCompMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1