STK ObjectsSend comments on this topic.
AnalysisEpoch Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Allows the user to configure the scenario's analysis epoch.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AnalysisEpoch() As IAgCrdnEventSmartEpoch
[C#]
public IAgCrdnEventSmartEpoch AnalysisEpoch {get;}
[Managed C++]
public: __property IAgCrdnEventSmartEpoch ^ get_AnalysisEpoch();
[Unmanaged C++]
public: HRESULT get_AnalysisEpoch(
    IAgCrdnEventSmartEpoch ** ppRetVal
);
[Java]
public IAgCrdnEventSmartEpoch getAnalysisEpoch();
[Python - STK API ]
@property
def AnalysisEpoch(self) -> "IAgCrdnEventSmartEpoch":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.