Provides access to members that control the Network Class Description.
Description
The INetworkClassDescriptioninterface provides additional information to ArcCatalog for the creation of network feature classes.
Members
Name | Description | |
---|---|---|
EnabledFieldName | The name of the Enabled field for the class described by this class description. | |
NetworkAncillaryRoleFieldName | The name of the Ancillary Role field for the junction feature class described by this class description. |
INetworkClassDescription.EnabledFieldName Property
The name of the Enabled field for the class described by this class description.
Public ReadOnly Property EnabledFieldName As String
public string EnabledFieldName {get;}
INetworkClassDescription.NetworkAncillaryRoleFieldName Property
The name of the Ancillary Role field for the junction feature class described by this class description.
Public ReadOnly Property NetworkAncillaryRoleFieldName As String
public string NetworkAncillaryRoleFieldName {get;}
Classes that implement INetworkClassDescription
Classes | Description |
---|
Remarks
The names of the Enabledfield and the AncilliaryRolefield can be specified with the two properties of this interface. These fields should be included in the RequiredFieldsproperty of IObjectClassDescription.