ArcObjects Library Reference (GeoDatabase)  

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

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

CoClasses that implement INetElementClass

CoClasses and 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

INetElementClass Interface | INetElementDescriptionEdit Interface | INetElementDescription Interface | INetElements Interface