For a list of all members of this type, see NetworkIdentification members.
            
            Public Methods
|  | Name | Description | 
|---|
|   | AreAllFeaturesElectric | Returns true if all of the features passed in belong to a network with a weight name of MMElectricTraceWeight. | 
|   | GetElectricNetwork | Gets the electric network by visiting all datasets in the workspace and returning the dataset which has a weight value called "MMElectricTraceWeight". | 
|   | GetElectricWeightID | Gets the internal weight ID of the trace weight with the name MMElectricTraceWeight. | 
|   | GetNetworkByWeightName | Gets the geometric network by visiting all datasets in the workspace and returning the dataset which has a weight value matching the given weight name. | 
|   | GetWeightName | Gets the name of the weight used by ArcFM for the network supplied. | 
|   | IsCathodic | Determines whether the specified geometric network has a weight called "MMCathodicTraceWeight". | 
|   | IsConduit | Returns true if, and only if, the network has a weight called "Distance". | 
|   | IsElectric | Returns true if, and only if, the network has a weight called "MMElectricTraceWeight". | 
|   | IsElectricFeatureClass |  | 
|   | IsFeatureElectric | Returns true if, and only if, the feature is a network feature and belongs to a network that has a weight called "MMElectricTraceWeight". | 
|   | IsFeatureGas | Returns true if, and only if, the feature is a network feature and belongs to a network that has a weight called "GasTraceWeight". | 
|   | IsGas | Returns true if, and only if, the network has a weight called "GasTraceWeight". | 
|   | IsWater | Returns true if, and only if, the network has a weight called "WaterTraceWeight". | 
|   | QualifiedName | Returns a (hopefully) unique name for a geometric network, formed by prepending the workspace's BrowseName to the geometric network's name. | 
|   | SeparateElectricFeatures | Separates the electric features. | 
|   | SeparateFeaturesForNetworkType | Separates the type of the features for network. | 
|   | SeparateGasFeatures | Separates the gas features. | 
TopSee Also