STK ObjectsSend comments on this topic.
AvailableAnalysisIntervals Property (IAgVmAnalysisInterval)
See Also
Windows





Windows & Linux

Description

Get the available analysis intervals.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableAnalysisIntervals() As System.Array
[C#]
public System.Array AvailableAnalysisIntervals {get;}
[Managed C++]
public: __property System::Array get_AvailableAnalysisIntervals();
[Unmanaged C++]
public: HRESULT get_AvailableAnalysisIntervals(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableAnalysisIntervals();
[Python - STK API ]
@property
def AvailableAnalysisIntervals(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.