STK Vector Geometry ToolSend comments on this topic.
Count Property (IAgCrdnEventIntervalCollectionGroup)
See Also
Windows





Windows & Linux

Description

Returns a number of elements in the group.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Count() As Integer
[C#]
public int Count {get;}
[Managed C++]
public: __property int get_Count();
[Unmanaged C++]
public: HRESULT get_Count(
    long * pRetVal
);
[Java]
public int getCount();
[Python - STK API ]
@property
def Count(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.