ArcFM Desktop Developer Guide
GetWeightName Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The geometric network.
Gets the name of the weight used by ArcFM for the network supplied.
Syntax
'Declaration
 
Public Shared Function GetWeightName( _
   ByVal network As ESRI.ArcGIS.Geodatabase.IGeometricNetwork _
) As String
'Usage
 
Dim network As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As String
 
value = NetworkIdentification.GetWeightName(network)
public static string GetWeightName( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork network
)

Parameters

network
The geometric network.

Return Value

The name of the weight value used by ArcFM.
Remarks
If the network has more than 1 ArcFM weight name applied, only the first that we find will be returned. If no ArcFM weight name is found, an empty string will be returned.
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