ArcFM Server Developer Guide
GetValveEID Method


The point at which to retrive a valve's element ID.
The current map.
Trace weight name (either GasTraceWeight or WaterTraceWeight) for a valve for which to retrieve the element ID.
Get the element ID of a valve at a given point
Syntax
'Declaration
 
Public Function GetValveEID( _
   ByVal point As IPoint, _
   ByVal map As ESRI.ArcGIS.Carto.IMapServer, _
   ByVal traceWeightName As String _
) As Integer
'Usage
 
Dim instance As GasWaterTraceHandler
Dim point As IPoint
Dim map As ESRI.ArcGIS.Carto.IMapServer
Dim traceWeightName As String
Dim value As Integer
 
value = instance.GetValveEID(point, map, traceWeightName)
public int GetValveEID( 
   IPoint point,
   ESRI.ArcGIS.Carto.IMapServer map,
   string traceWeightName
)

Parameters

point
The point at which to retrive a valve's element ID.
map
The current map.
traceWeightName
Trace weight name (either GasTraceWeight or WaterTraceWeight) for a valve for which to retrieve the element ID.

Return Value

The element ID of a valve at a given point.
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

GasWaterTraceHandler Class
GasWaterTraceHandler Members

 

 


Send Comment