ArcFM Desktop Developer Guide
GetGeometryFromEIDS Method


Version: 10.2.1a

Resource Center Home

edge or junction eids, Value
Edge or Junction
Setting to false will dramatically improve performance. Only set to true on a limited number of EIDS (best for when you know that not all of the EIDS present on an edge are NOT part of the result set
Returns either a MultiPoint or a Polyline based on the eids and elemType
Syntax
'Declaration
 
Public Function GetGeometryFromEIDS( _
   ByVal eids As HashSet(Of Integer), _
   ByVal elemType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal partialGeoemtry As Boolean, _
   ByRef timedOut As Boolean _
) As ESRI.ArcGIS.Geometry.IGeometry
'Usage
 
Dim instance As TraceResultsRendererExt
Dim eids As HashSet(Of Integer)
Dim elemType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim partialGeoemtry As Boolean
Dim timedOut As Boolean
Dim value As ESRI.ArcGIS.Geometry.IGeometry
 
value = instance.GetGeometryFromEIDS(eids, elemType, partialGeoemtry, timedOut)
public ESRI.ArcGIS.Geometry.IGeometry GetGeometryFromEIDS( 
   HashSet<int> eids,
   ESRI.ArcGIS.Geodatabase.esriElementType elemType,
   bool partialGeoemtry,
   out bool timedOut
)

Parameters

eids
edge or junction eids, Value
elemType
Edge or Junction
partialGeoemtry
Setting to false will dramatically improve performance. Only set to true on a limited number of EIDS (best for when you know that not all of the EIDS present on an edge are NOT part of the result set
timedOut

Return Value

Either a multiPoint for junctions or a polyline for edges the combines the geometries of each EID
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

TraceResultsRendererExt Class
TraceResultsRendererExt Members

 

 


Send Comment