ArcFM Server Developer Guide
DistributionTrace Method


The point from which to start the trace.
The ElectricDistributionTraceOptions that contain the parameters provided to the trace.
A reference to the server object.
Execute the electric distribution trace starting at a given point. The returned results depend on the electric distribution trace options provided to the trace.
Syntax
'Declaration
 
Public Function DistributionTrace( _
   ByVal startPoint As IPoint, _
   ByVal traceProperties As ElectricDistributionTraceOptions, _
   ByVal server As ESRI.ArcGIS.Server.IServerObject _
) As ResultSetCollection
'Usage
 
Dim instance As ElectricTraceHandler
Dim startPoint As IPoint
Dim traceProperties As ElectricDistributionTraceOptions
Dim server As ESRI.ArcGIS.Server.IServerObject
Dim value As ResultSetCollection
 
value = instance.DistributionTrace(startPoint, traceProperties, server)
public ResultSetCollection DistributionTrace( 
   IPoint startPoint,
   ElectricDistributionTraceOptions traceProperties,
   ESRI.ArcGIS.Server.IServerObject server
)

Parameters

startPoint
The point from which to start the trace.
traceProperties
The ElectricDistributionTraceOptions that contain the parameters provided to the trace.
server
A reference to the server object.

Return Value

The ResultSetCollection containing the trace results.
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

ElectricTraceHandler Class
ElectricTraceHandler Members
ResultSet
RecordSet
IXMLSerialize
ICollection

 

 


Send Comment