ArcObjects Library Reference (Schematic)  

IEnumSchematicInMemoryFeature Interface

Provides access to members that enumerate through schematic in memory features.

Product Availability

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

Members

Description
Read-only property Count Number of items in the schematic in memory features enumeration.
Method Next Retrieves the next schematic in memory feature in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

.NET Samples

Implementing a schematic rule and its property page (Code Files: ReductionLinkRule) | Implementing associations between GIS features and schematic features (Code Files: ElementFeatureAssociation) | Implementing extended criteria for some predefined schematic rules (Code Files: CollapseRelatedElts EnumCollapsedElts PlantOnCableDiameter PlantWithoutEquipment) | Implementing schematic containers around schematic features (Code Files: StationsInContainers) |