STK AstrogatorSend comments on this topic.
RecordName Property (IAgVAFlightDynamicsRecordCreator)
See Also
Windows





Windows & Linux

Description

Gets or sets the flight dynamics record name.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RecordName() As String
[C#]
public string RecordName {get; set;}
[Managed C++]
public: __property String __gc ^ get_RecordName();
public: __property void set_RecordName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_RecordName(
    BSTR * pVal
);
public: HRESULT put_RecordName(
    BSTR InVal
);
[Java]
public String getRecordName();
public void setRecordName(
    String
);
[Python - STK API ]
@property
def RecordName(self) -> str:

@RecordName.setter
def RecordName(self, InVal:str) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.