Resets the enumeration sequence to the beginning.
[Visual Basic .NET]
Public Sub Reset ( _
)
[C#]
public void Reset (
);
[C++]
HRESULT Reset(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
See Also
IEnumSchematicInMemoryFeature Interface
.NET Samples
Implementing associations between GIS features and schematic features (Code Files:
ElementFeatureAssociation) |
Implementing extended criteria for some predefined schematic rules (Code Files:
CollapseRelatedElts EnumCollapsedElts PlantOnCableDiameter) |