ArcObjects Library Reference (Schematic)  

IEnumSchematicInMemoryFeature.Count Property

Number of items in the schematic in memory features enumeration.

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

Parameters

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

Product Availability

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

See Also

IEnumSchematicInMemoryFeature Interface

.NET Samples

Implementing extended criteria for some predefined schematic rules (Code Files: PlantOnCableDiameter) |