Description
If true, the Mission Elapsed Time epoch will be set to the launch epoch.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SetMetEpoch() As Boolean
|
[C#] |
---|
public bool SetMetEpoch {get; set;}
|
[Managed C++] |
---|
public: __property bool get_SetMetEpoch(); public: __property void set_SetMetEpoch(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_SetMetEpoch(
VARIANT_BOOL * pVal
);
public: HRESULT put_SetMetEpoch(
VARIANT_BOOL newVal
);
|
[Java] |
---|
public bool getSetMetEpoch();
public void setSetMetEpoch(
bool
);
|
[Python - STK API] |
---|
@property
def SetMetEpoch(self) -> bool:
@SetMetEpoch.setter
def SetMetEpoch(self, newVal:bool) -> None:
|
See Also