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 | ||
---|---|---|
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
INetElementDescription Interface | INetElements Interface | INetElementClass Interface | INetElementDescriptionEdit Interface