Responder Developer Guide
CircuitTraceDialog Constructor


The dataset containing the customers for the selected device.
Obtains user input to define database to use and unique name to give the scenario.
Syntax
'Declaration
 
Public Function New( _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal customers As DataSet _
)
'Usage
 
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim customers As DataSet
 
Dim instance As New CircuitTraceDialog(feature, customers)
public CircuitTraceDialog( 
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   DataSet customers
)

Parameters

feature
customers
The dataset containing the customers for the selected device.
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

CircuitTraceDialog Class
CircuitTraceDialog Members

 

 


Send Comment