ArcFM Responder Mobile Developer Guide
NetworkIdentification Class
Members  Example 






Identifies the geometric networks in the given workspace and reports network model information.
Object Model
NetworkIdentification Class
Syntax
'Declaration
 
Public Class NetworkIdentification 
'Usage
 
Dim instance As NetworkIdentification
public class NetworkIdentification 
public class NetworkIdentification 
public class NetworkIdentification 
public __gc class NetworkIdentification 
public ref class NetworkIdentification 
Remarks
Reports the thing modeled by a given geometric network. E.g. is it an electric network model, a gas network model, etc. The key to discriminating the various types is the presence or absence of a network weight of a certain name. For example: if (and only if) the network has a weight named "MMElectricTraceWeight, then it is an electric network model.
Example
public IGeometricNetwork GetGeometricNetwork(IWorkspace workspace)
{
    IGeometricNetwork electricGeometricNetwork = NetworkIdentification.GetElectricNetwork(workspace);
    return electricGeometricNetwork;
}
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.NetworkIdentification

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NetworkIdentification Members
Miner.Geodatabase Namespace

Send Feedback