This document is archived and information here might be outdated.  Recommended version.


IEnumSchematicAlgorithm.Count Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IE > IEnumSchematicAlgorithm Interface > IEnumSchematicAlgorithm.Count Property
ArcGIS Developer Help

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(
  System.Int32* 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