STK Vector Geometry ToolSend comments on this topic.
Intervals Property (IAgCrdnFindTimesResult)
See Also
Windows





Windows & Linux

Description

A collection of found intervals.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.