ArcFM Server Developer Guide
PressureTrace Method (WaterTraceHandler)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IPoint
WaterPressureSystemTraceOptions
This method executes the Water Pressure System trace based on the trace options passed in. The trace starts at the startPoint and traces the water network in the map.
Syntax
'Declaration
 
Public Function PressureTrace( _
   ByVal startPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal traceProperties As WaterPressureSystemTraceOptions, _
   ByVal server As ESRI.ArcGIS.Server.IServerObject _
) As ResultSetCollection
'Usage
 
Dim instance As WaterTraceHandler
Dim startPoint As ESRI.ArcGIS.Geometry.IPoint
Dim traceProperties As WaterPressureSystemTraceOptions
Dim server As ESRI.ArcGIS.Server.IServerObject
Dim value As ResultSetCollection
 
value = instance.PressureTrace(startPoint, traceProperties, server)
public ResultSetCollection PressureTrace( 
   ESRI.ArcGIS.Geometry.IPoint startPoint,
   WaterPressureSystemTraceOptions traceProperties,
   ESRI.ArcGIS.Server.IServerObject server
)

Parameters

startPoint
IPoint
traceProperties
WaterPressureSystemTraceOptions
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

WaterTraceHandler Class
WaterTraceHandler Members

 

 


Send Comment