ArcFM Server Developer Guide
DownstreamTrace Method


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

Parameters

startPoint
The point from which to start the trace.
traceOptions
The ElectricDownstreamTraceOptions 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