ArcFM Engine Developer Guide
ChangeTraceWeight Method


Syntax
'Declaration
 
Public Shared Sub ChangeTraceWeight( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal fcid As Integer, _
   ByVal oid As Integer, _
   ByVal phases As Miner.NetworkModel.Electric.Phases _
) 
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim fcid As Integer
Dim oid As Integer
Dim phases As Miner.NetworkModel.Electric.Phases
 
GeoClass.ChangeTraceWeight(workspace, fcid, oid, phases)
public static void ChangeTraceWeight( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   int fcid,
   int oid,
   Miner.NetworkModel.Electric.Phases phases
)

Parameters

workspace
fcid
oid
phases
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

GeoClass Class
GeoClass Members

 

 


Send Feedback