STK AstrogatorSend comments on this topic.
FlightDynamicsRecordName Property (IAgVAMCSInitialState)
See Also
Windows





Windows & Linux

Description

Returns the name of the flight dynamics record used in the initial state segment.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FlightDynamicsRecordName() As String
[C#]
public string FlightDynamicsRecordName {get;}
[Managed C++]
public: __property String __gc ^ get_FlightDynamicsRecordName();
[Unmanaged C++]
public: HRESULT get_FlightDynamicsRecordName(
    BSTR * pFlightDynamicsRecordName
);
[Java]
public String getFlightDynamicsRecordName();
[Python - STK API ]
@property
def FlightDynamicsRecordName(self) -> str:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.