STK ObjectsSend 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 UseAnalysisStartTime
);
[Java]
public bool getUseAnalysisStartTimeForEpoch();
public void setUseAnalysisStartTimeForEpoch(
    bool
);
[Python - STK API ]
@property
def UseAnalysisStartTimeForEpoch(self) -> bool:

@UseAnalysisStartTimeForEpoch.setter
def UseAnalysisStartTimeForEpoch(self, UseAnalysisStartTime:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.