ArcFM Desktop Developer Guide
ResultEdgeGeometry Property


Version: 10.2.1a

Resource Center Home

After BuildGeometry is run, the ResultEdgeGeometry and ResultJunction geometries are set. These are the geometries that are drawn to the screen in the AfterDraw event. Note that the same geoemtry is used for both the edge results and the "buffer" which is not actually a buffer at all, but rather just a fat line.
Syntax
'Declaration
 
Public Property ResultEdgeGeometry As ESRI.ArcGIS.Geometry.IPolyline
'Usage
 
Dim instance As TraceResultsRendererExt
Dim value As ESRI.ArcGIS.Geometry.IPolyline
 
instance.ResultEdgeGeometry = value
 
value = instance.ResultEdgeGeometry
public ESRI.ArcGIS.Geometry.IPolyline ResultEdgeGeometry {get; set;}
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