ArcFM Engine Developer Guide
DoTrace(Double,Double,IFeature,IEnumNetEID,IEnumNetEID) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub DoTrace( _
   ByVal startXCoord As Double, _
   ByVal startYCoord As Double, _
   ByVal pStartFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByRef pEnumJunctionEIDS As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByRef pEnumEdgeEIDS As ESRI.ArcGIS.Geodatabase.IEnumNetEID _
) 
'Usage
 
Dim instance As MMTraceGSNoExtClass
Dim startXCoord As Double
Dim startYCoord As Double
Dim pStartFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim pEnumJunctionEIDS As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pEnumEdgeEIDS As ESRI.ArcGIS.Geodatabase.IEnumNetEID
 
instance.DoTrace(startXCoord, startYCoord, pStartFeature, pEnumJunctionEIDS, pEnumEdgeEIDS)
public virtual void DoTrace( 
   double startXCoord,
   double startYCoord,
   ESRI.ArcGIS.Geodatabase.IFeature pStartFeature,
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID pEnumJunctionEIDS,
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID pEnumEdgeEIDS
)

Parameters

startXCoord
startYCoord
pStartFeature
pEnumJunctionEIDS
pEnumEdgeEIDS
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

MMTraceGSNoExtClass Class
MMTraceGSNoExtClass Members
Overload List

 

 


Send Comment