ArcFM Server Developer Guide
NextUpstreamProtectiveDeviceTrace Method


Version: 10.2.1a

Resource Center Home

Execute the electric upstream protective device trace starting at a given point. Returns the first protective device.
Syntax
'Declaration
 
Public Function NextUpstreamProtectiveDeviceTrace( _
   ByVal startPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal traceProperties As ElectricProtectiveDeviceTraceOptions, _
   ByVal server As ESRI.ArcGIS.Server.IServerObject _
) As ResultSetCollection
'Usage
 
Dim instance As ElectricTraceHandler
Dim startPoint As ESRI.ArcGIS.Geometry.IPoint
Dim traceProperties As ElectricProtectiveDeviceTraceOptions
Dim server As ESRI.ArcGIS.Server.IServerObject
Dim value As ResultSetCollection
 
value = instance.NextUpstreamProtectiveDeviceTrace(startPoint, traceProperties, server)
public ResultSetCollection NextUpstreamProtectiveDeviceTrace( 
   ESRI.ArcGIS.Geometry.IPoint startPoint,
   ElectricProtectiveDeviceTraceOptions traceProperties,
   ESRI.ArcGIS.Server.IServerObject server
)

Parameters

startPoint
traceProperties
server
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