STK AviatorSend comments on this topic.
FormationPoint Property (IAgAvtrProcedureFormationRecover)
See Also
Windows





Windows & Linux

Description

Gets or sets the position that the aircraft will be locked onto while in formation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FormationPoint() As String
[C#]
public string FormationPoint {get; set;}
[Managed C++]
public: __property String __gc ^ get_FormationPoint();
public: __property void set_FormationPoint( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_FormationPoint(
    BSTR * pVal
);
public: HRESULT put_FormationPoint(
    BSTR newVal
);
[Java]
public String getFormationPoint();
public void setFormationPoint(
    String
);
[Python - STK API ]
@property
def FormationPoint(self) -> str:

@FormationPoint.setter
def FormationPoint(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.