ArcFM Engine Developer Guide
TraceResultsRendererExt Class Members
Properties  Methods 


Version: 10.2.1a

Resource Center Home

The following tables list the members exposed by TraceResultsRendererExt.

Public Constructors
 NameDescription
Public ConstructorTraceResultsRendererExt Constructor  
Top
Public Properties
 NameDescription
Public PropertyBufferColor  
Public PropertyBufferHotKey  
Public PropertyBufferScale  
Public PropertyBufferSize  
Public Propertystatic (Shared in Visual Basic)BuiltResultsInspected in the OnAfterDraw event to determine whether to draw the result geoemtries  
Public PropertyCacheGeometry  
Public PropertyDrawBuffer  
Public PropertyEdgeResultsThe eid edge results from the trace. These may be reduced if EIDS are found to be redundant  
Public PropertyEIDGeometryCacheSize  
Public PropertyGeometricNetwork  
Public PropertyJunctionResultsThe junction eid results from the trace.  
Public PropertyMode  
Public PropertyName  
Public PropertyOriginalEdgeEnumNetEID  
Public PropertyOriginalEdgeResultsThe eid edge results from the trace.  
Public PropertyOriginalJunctionEnumNetEID  
Public PropertyResultEdgeColor  
Public PropertyResultEdgeGeometryAfter 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.  
Public PropertyResultEdgeWidth  
Public PropertyResultJunctionColor  
Public PropertyResultJunctionGeometryAfter BuildGeometry is run, the ResultEdgeGeometry and ResultJunction geometries are set. These are the geometries that are drawn to the screen in the AfterDraw event.  
Public PropertyResultJunctionWidth  
Public PropertyResultsAsSelections  
Public PropertyReturnEdges  
Public PropertyReturnJunctions  
Public PropertySelectHotKey  
Public PropertyShouldZoomToTraceResults  
Public PropertyShowNoResultsForm  
Public PropertyStartAtClickPoint  
Public PropertyStartEIDThe edge EID where the trace originated from  
Public PropertyStartFeatureThe IFeature from where the trace begins. This is used so that the trace results can be show originating from the exact point that the user clicked on (we have to know the geometry of the line to make that happen). The base trace tool provides this parameter.  
Public PropertyTimeout  
Public PropertyTracedEdgesResults  
Public PropertyTracedJunctionsResults  
Public PropertyTraceOptionsDirty  
Public PropertyUseSimpleGraphics  
Public PropertyUseTraceRendererExtension  
Public PropertyZoomHotKey  
Top
Public Methods
 NameDescription
Public MethodClearResults  
Public MethodDisplayResultsCalled by VB6 ArcMap tracing code. The expected entry point into the trace renderer extension  
Public MethodFullRefresh  
Public MethodGetGeometryFromEIDSReturns either a MultiPoint or a Polyline based on the eids and elemType  
Public MethodPartialRefresh  
Public MethodRegisterAfterDrawEventHandlerSet up a listener for the AfterDraw event so that results and buffers are drawn to the screen as the user pans and zooms. Called by SetSearchResults.  
Public MethodSetSearchResultsCall this method to build the trace result geometries and to set up the AfterDraw listener so that edges, junction, and buffers are drawn to the screen as the user pans and zooms.  
Public MethodShutdown  
Public MethodStartup  
Public MethodTimedOut  
Top
See Also

Reference

TraceResultsRendererExt Class
Miner.FrameworkUI.Trace Namespace

 

 


Send Comment