ArcFM Desktop Developer Guide
StartFeature Property


Version: 10.2.1a

Resource Center Home

The 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.
Syntax
'Declaration
 
Public Property StartFeature As ESRI.ArcGIS.Geodatabase.IFeature
'Usage
 
Dim instance As TraceResultsRendererExt
Dim value As ESRI.ArcGIS.Geodatabase.IFeature
 
instance.StartFeature = value
 
value = instance.StartFeature
public ESRI.ArcGIS.Geodatabase.IFeature StartFeature {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