ArcFM Server Developer Guide
ProtectiveDeviceIsolationTrace Method


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

Parameters

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