STK ObjectsSend 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 * 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.