ArcFM Server Developer Guide
UpstreamTrace Method


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

Parameters

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