ArcFM Server Developer Guide
DownstreamTrace Method


IPoint
This method executes the Electric Downstream trace based on the trace options passed in. The trace starts at the startPoint and traces the electric network in the map.
Syntax
'Declaration
 
Public Function DownstreamTrace( _
   ByVal startPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal traceOptions As ElectricDownstreamTraceOptions, _
   ByVal server As ESRI.ArcGIS.Server.IServerObject _
) As ResultSetCollection
'Usage
 
Dim instance As ElectricTraceHandler
Dim startPoint As ESRI.ArcGIS.Geometry.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( 
   ESRI.ArcGIS.Geometry.IPoint startPoint,
   ElectricDownstreamTraceOptions traceOptions,
   ESRI.ArcGIS.Server.IServerObject server
)

Parameters

startPoint
IPoint
traceOptions
server

Return Value

Returns the trace results as a DataSet
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

 

 


Send Comment