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





Windows & Linux

Description

Returns a group of event interval lists.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.