このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。
aircraftProperties
構文
説明
は、すべてのプロパティのデフォルト値を持つ properties = aircraftProperties( )Aero.Aircraft.Properties オブジェクトを返します。
は、指定された名前 properties = aircraftProperties(name)name を持つ Aero.Aircraft.Properties オブジェクトを返します。
は、指定された説明 properties = aircraftProperties(name,description)description を持つ Aero.Aircraft.Properties オブジェクトを返します。
は、指定された型 properties = aircraftProperties(name,description,type)type の Aero.Aircraft.Properties オブジェクトを返します。
は、指定されたバージョン prooperties = aircraftProperties(name,description,type,version)version の Aero.Aircraft.Properties オブジェクトを返します。
例
入力引数
出力引数
バージョン履歴
R2021b で導入