ArcFM Server Developer Guide
GasRelight Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IPoint
GasValveIsolationTraceOptions
This method executes the Gas Valve Isolation trace based on the trace options passed in. The trace starts at the startPoint and traces the gas network in the map. This method is intended for use by non-GIS applications (e.g., spreadsheets).
Syntax
'Declaration
 
Public Function GasRelight( _
   ByVal startPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal traceProperties As GasValveIsolationTraceOptions, _
   ByVal server As ESRI.ArcGIS.Server.IServerObject _
) As ResultSetCollection
'Usage
 
Dim instance As GasTraceHandler
Dim startPoint As ESRI.ArcGIS.Geometry.IPoint
Dim traceProperties As GasValveIsolationTraceOptions
Dim server As ESRI.ArcGIS.Server.IServerObject
Dim value As ResultSetCollection
 
value = instance.GasRelight(startPoint, traceProperties, server)
public ResultSetCollection GasRelight( 
   ESRI.ArcGIS.Geometry.IPoint startPoint,
   GasValveIsolationTraceOptions traceProperties,
   ESRI.ArcGIS.Server.IServerObject server
)

Parameters

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

GasTraceHandler Class
GasTraceHandler Members

 

 


Send Comment