STK ObjectsSend comments on this topic.
Intervals Property (IAgDrResult)
See Also
Windows





Windows & Linux

Description

Returns a collection of intervals.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.