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


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

INetworkClassDescription Interface

Provides access to members that control the Network Class Description.

Product Availability

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

Description

The INetworkClassDescription interface provides additional information to ArcCatalog for the creation of network feature classes.

Members

Name Description
Read-only property EnabledFieldName The name of the Enabled field for the class described by this class description.
Read-only property NetworkAncillaryRoleFieldName The name of the Ancillary Role field for the junction feature class described by this class description.

Classes that implement INetworkClassDescription

Classes Description

Remarks

The names of the Enabled field and the AncilliaryRole field can be specified with the two properties of this interface. These fields should be included in the RequiredFields property of IObjectClassDescription.

See Also

INetworkClass Interface | INetwork Interface