ArcFM Desktop Developer Guide
GetNetworkByWeightName(IWorkspace,String) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The workspace.
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.
Syntax
'Declaration
 
Public Shared Function GetNetworkByWeightName( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal weightName As String _
) As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim weightName As String
Dim value As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
 
value = NetworkIdentification.GetNetworkByWeightName(workspace, weightName)
public static ESRI.ArcGIS.Geodatabase.IGeometricNetwork GetNetworkByWeightName( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   string weightName
)

Parameters

workspace
The workspace.
weightName

Return Value

Returns the geometric network by visiting all datasets in the workspace and returning the dataset which has a weight value matching the given weight name.
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 Class
NetworkIdentification Members

 

 


Send Comment