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





Windows & Linux

Description

Allows the user to configure the scenario's analysis time period.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.