ArcFM Desktop Developer Guide
GetElectricWeightID Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The geometric network.
Gets the internal weight ID of the trace weight with the name MMElectricTraceWeight.
Syntax
'Declaration
 
Public Shared Function GetElectricWeightID( _
   ByVal geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork _
) As Integer
'Usage
 
Dim geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As Integer
 
value = NetworkIdentification.GetElectricWeightID(geometricNetwork)
public static int GetElectricWeightID( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNetwork
)

Parameters

geometricNetwork
The geometric network.

Return Value

Returns the internal weight ID of the trace weight with the name MMElectricTraceWeight.
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