AGI STK Astrogator 11 Send comments on this topic.
SetMetEpoch Property (IAgVAMCSLaunch)
See Also 





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 * pRetVal
);
public: HRESULT put_SetMetEpoch(
VARIANT_BOOL NewSetMetEpoch
);

[Java]
public bool getSetMetEpoch();public void setSetMetEpoch(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1