Description
Name of external torque (*.tq) file. Torque files define a time-ordered list of body-fixed torques to be applied to the satellite.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property TorqueFile() As String
|
[C#] |
---|
public string TorqueFile {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_TorqueFile(); public: __property void set_TorqueFile( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_TorqueFile( BSTR * pRetVal ); public: HRESULT put_TorqueFile( BSTR NewTorqueFile );
|
[Java] |
---|
public String getTorqueFile(); public void setTorqueFile( String );
|
See Also