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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface