Returns a group of event interval collections.
Read-only property
[Visual Basic .NET] |
---|
Public Property EventIntervalCollections() As IAgCrdnEventIntervalCollectionGroup |
[C#] |
---|
public IAgCrdnEventIntervalCollectionGroup EventIntervalCollections {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEventIntervalCollectionGroup ^ get_EventIntervalCollections(); |
[Unmanaged C++] |
---|
public: HRESULT get_EventIntervalCollections( IAgCrdnEventIntervalCollectionGroup ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventIntervalCollectionGroup getEventIntervalCollections(); |
[Python - STK API ] |
---|
@property def EventIntervalCollections(self) -> "IAgCrdnEventIntervalCollectionGroup": |