Gets or sets the position that the aircraft will be locked onto while in formation.
Read-write property
[Visual Basic .NET] |
---|
Public Property FormationPoint() As String |
[C#] |
---|
public string FormationPoint {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_FormationPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_FormationPoint( BSTR * pVal ); public: HRESULT put_FormationPoint( BSTR newVal ); |
[Java] |
---|
public String getFormationPoint(); public void setFormationPoint( String ); |