ArcObjects Library Reference (Schematic)  

IEnumSchematicAlgorithm.Count Property

Number of items in the enumeration.

[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[C++]
HRESULT get_Count(
  long* lpCount
);
[C++]

Parameters

lpCount [out, retval]   lpCount is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

IEnumSchematicAlgorithm Interface