If true, the Mission Elapsed Time epoch will be set to the launch epoch.
Read-write property
[Visual Basic .NET] |
---|
Public Property SetMetEpoch() As Boolean |
[C#] |
---|
public bool SetMetEpoch {get; set;} |
[Managed C++] |
---|
public: __property bool get_SetMetEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT get_SetMetEpoch( VARIANT_BOOL * pVal ); public: HRESULT put_SetMetEpoch( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getSetMetEpoch(); public void setSetMetEpoch( bool ); |