STK Vector Geometry ToolSend comments on this topic.
EventIntervalCollections Property (IAgCrdnProvider)
See Also
Windows





Windows & Linux

Description

Returns a group of event interval collections.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.