ArcFM Engine Developer Guide
GetElectricTraceWeight Method


Syntax
'Declaration
 
Public Function GetElectricTraceWeight( _
   ByVal network As ESRI.ArcGIS.Geodatabase.IGeometricNetwork _
) As Miner.NetworkModel.Electric.ElectricTraceWeight
'Usage
 
Dim instance As DeviceInfo
Dim network As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As Miner.NetworkModel.Electric.ElectricTraceWeight
 
value = instance.GetElectricTraceWeight(network)
public Miner.NetworkModel.Electric.ElectricTraceWeight GetElectricTraceWeight( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork network
)

Parameters

network
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

DeviceInfo Class
DeviceInfo Members

 

 


Send Comment