A collection of interval collections.
Read-only property
[Visual Basic .NET] |
---|
Public Property IntervalCollections() As IAgCrdnIntervalVectorCollection |
[C#] |
---|
public IAgCrdnIntervalVectorCollection IntervalCollections {get;} |
[Managed C++] |
---|
public: __property IAgCrdnIntervalVectorCollection ^ get_IntervalCollections(); |
[Unmanaged C++] |
---|
public: HRESULT get_IntervalCollections( IAgCrdnIntervalVectorCollection ** ppRetVal ); |
[Java] |
---|
public IAgCrdnIntervalVectorCollection getIntervalCollections(); |
[Python - STK API ] |
---|
@property def IntervalCollections(self) -> "IAgCrdnIntervalVectorCollection": |