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


INetElementClass Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementClass Interface
ArcGIS Developer Help

INetElementClass Interface

Provides access to a member that gets the user class ID of an element class in the logical network.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

You can get the INetElementClass interface from the NetElementClass object. This object is returned by various methods on the INetSchema interface. This interface provides the UserClassID of an element class in your logical network.

Members

Name Description
Read-only property UserClassID UserClassID of an element class in the logical network.

Classes that implement INetElementClass

Classes Description
NetElementClass A container for describing a class in the network.

Remarks

For a geometric network this UserClassID will be the same as the FeatureClassID you can get from the IFeatureClass::FeatureClassID method.

See Also

INetElementDescription Interface | INetElements Interface | INetElementDescriptionEdit Interface | INetElementClass Interface