ArcFM Desktop Developer Guide
Execute Method (PopulateCathodicProtectionSystemFunction)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Executes this GP function. Traces each system, assembles the line geometry and gathers summary data. Input1: An ArcFM gas geometric network. Input2 (derived): A CPSystem feature class.
Syntax
'Declaration
 
Public Sub Execute( _
   ByVal paramvalues As ESRI.ArcGIS.esriSystem.IArray, _
   ByVal trackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel, _
   ByVal environmentManager As ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager, _
   ByVal messages As ESRI.ArcGIS.Geodatabase.IGPMessages _
) 
'Usage
 
Dim instance As PopulateCathodicProtectionSystemFunction
Dim paramvalues As ESRI.ArcGIS.esriSystem.IArray
Dim trackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel
Dim environmentManager As ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager
Dim messages As ESRI.ArcGIS.Geodatabase.IGPMessages
 
instance.Execute(paramvalues, trackCancel, environmentManager, messages)
public void Execute( 
   ESRI.ArcGIS.esriSystem.IArray paramvalues,
   ESRI.ArcGIS.esriSystem.ITrackCancel trackCancel,
   ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager environmentManager,
   ESRI.ArcGIS.Geodatabase.IGPMessages messages
)

Parameters

paramvalues
trackCancel
environmentManager
messages
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

PopulateCathodicProtectionSystemFunction Class
PopulateCathodicProtectionSystemFunction Members

 

 


Send Comment