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





Windows & Linux

Description

Returns a group of event intervals.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.