Provides access to members that return information about geometric networks, field weighting and ancillary roles.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use the INetworkClass interface to get a reference to the geometric network which the network class (feature class) belongs to. You can also check to see if the network class has an Ancillary Role in the network, and the right to field mapping for the logical network.
The INetworkClass interface inherits from the IFeatureClass interface and the ITable interface.
Members
Description | ||
---|---|---|
AddField | Adds a field to this object class. | |
AddIndex | Adds an index to this object class. | |
AliasName | The alias name of the object class. | |
AreaField | The geometry area field. | |
CLSID | The GUID for the COM Class (CoClass) corresponding to instances of this object class. | |
CreateFeature | Create a new feature, with a system assigned object ID and null property values. | |
CreateFeatureBuffer | Create a feature buffer that can be used with an insert cursor. | |
DeleteField | Deletes a field from this object class. | |
DeleteIndex | Deletes an index from this object class. | |
EXTCLSID | The GUID for the COM Class (CoClass) corresponding to the class extension for this object class. | |
Extension | The extension for this object class. | |
ExtensionProperties | The extension properties for this object class. | |
FeatureClassID | The unique ID for the Feature Class. | |
FeatureCount | The number of features selected by the specified query. | |
FeatureDataset | The feature dataset that contains the feature class. | |
FeatureType | The type of features in this feature class. | |
Fields | The fields collection for this object class. | |
FieldToWeightMapping | The specified field to Weight mapping for the logical network. | |
FindField | The index of the field with the specified name. | |
GeometricNetwork | The geometric network in which this class participates. | |
GetFeature | Get the feature with the specified object ID. | |
GetFeatures | Get a cursor of Rows given a set of object ids. | |
HasOID | Indicates if the class has an object identity (OID) field. | |
Indexes | The indexes collection for this object class. | |
Insert | Returns a cursor that can be used to insert new features. | |
LengthField | The geometry length field. | |
NetworkAncillaryRole | The possible network ancillary roles of the contained Features. | |
ObjectClassID | The unique ID for the object class. | |
OIDFieldName | The name of the field corresponding to the OID. | |
RelationshipClasses | The relationship classes in which this object class participates in for the specified role. | |
Search | Returns an object cursor that can be used to fetch feature objects selected by the specified query. | |
Select | Returns a selection That contains the object ids selected by the specified query. | |
ShapeFieldName | The name of the default sShape field. | |
ShapeType | The type of the default Shape for the features in this feature class. | |
Update | Returns a cursor that can be used to update features selected by the specified query. |
Inherited Interfaces
Interfaces | Description |
---|---|
IFeatureClass | Provides access to members that control the behavior and properties of a feature class. |
IObjectClass | Provides access to members that return information about an object class. |
IClass | Provides access to members that return information about and manage the class. |
CoClasses that implement INetworkClass
CoClasses and Classes | Description |
---|---|
FeatureClass | ESRI Feature Class object. |
Remarks
The FeatureType property of feature classes that implement this interface will be esriFTSimpleJunction, esriDTSimpleEdge, esriFTComplexJunction, or esriFTComplexEdge.