AGI STK Objects 11 Send comments on this topic.
UseAnalysisStartTimeForEpoch Property (IAgScenario)
See Also 





Description

Whether the scenario Epoch is the same as the scenario's StartTime.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAnalysisStartTimeForEpoch() As Boolean

[C#]
public bool UseAnalysisStartTimeForEpoch {get; set;}

[Managed C++]
public: __property bool get_UseAnalysisStartTimeForEpoch();
public: __property void set_UseAnalysisStartTimeForEpoch(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAnalysisStartTimeForEpoch(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAnalysisStartTimeForEpoch(
VARIANT_BOOL NewUseAnalysisStartTimeForEpoch
);

[Java]
public bool getUseAnalysisStartTimeForEpoch();public void setUseAnalysisStartTimeForEpoch(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1