ArcFM Server Developer Guide
GetPipeEID Method


Syntax
'Declaration
 
Public Function GetPipeEID( _
   ByVal point As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal map As ESRI.ArcGIS.Carto.IMapServer, _
   ByVal traceWeightName As String _
) As Integer
'Usage
 
Dim instance As GasWaterTraceHandler
Dim point As ESRI.ArcGIS.Geometry.IPoint
Dim map As ESRI.ArcGIS.Carto.IMapServer
Dim traceWeightName As String
Dim value As Integer
 
value = instance.GetPipeEID(point, map, traceWeightName)
public int GetPipeEID( 
   ESRI.ArcGIS.Geometry.IPoint point,
   ESRI.ArcGIS.Carto.IMapServer map,
   string traceWeightName
)

Parameters

point
map
traceWeightName
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