|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkClassDescription
Provides access to members that control the Network Class Description.
The INetworkClassDescription interface provides additional information to ArcCatalog for the creation of network feature classes.
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.
Method Summary | |
---|---|
String |
getEnabledFieldName()
The name of the Enabled field for the class described by this class description. |
String |
getNetworkAncillaryRoleFieldName()
The name of the Ancillary Role field for the junction feature class described by this class description. |
Method Detail |
---|
String getEnabledFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNetworkAncillaryRoleFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |