ArcFM Desktop Developer Guide
NetworkIdentification Class
Members  Example 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Product Availability
Required Licenses
.NET Assembly
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 
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

NetworkIdentification Members
Miner.Geodatabase Namespace

 

 


Send Comment