This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjects Interface > IObjects.Count Method (ArcObjects .NET 10.4 SDK) |
The number of objects in the array that belong to a specific class.
[Visual Basic .NET] Public Function Count ( _ ByVal classFilter As UID _ ) As Integer
[C#] public int Count ( UID classFilter );
[C++]
HRESULT Count(
IUID* classFilter,
long* Count
);
[C++]
Parameters classFilter [in]
classFilter is a parameter of type IUID Count [out, retval] Count is a parameter of type long