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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.