ArcFM Responder Mobile Developer Guide
DoTrace(Double,Double,IFeature,IEnumNetEID,IEnumNetEID) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub DoTrace( _
   ByVal startXCoord As System.Double, _
   ByVal startYCoord As System.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 MMTraceISNoExtClass
Dim startXCoord As System.Double
Dim startYCoord As System.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( 
   System.double startXCoord,
   System.double startYCoord,
   ESRI.ArcGIS.Geodatabase.IFeature pStartFeature,
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID pEnumJunctionEIDS,
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID pEnumEdgeEIDS
)
public procedure DoTrace( 
    startXCoord: System.Double;
    startYCoord: System.Double;
    pStartFeature: ESRI.ArcGIS.Geodatabase.IFeature;
   Out  pEnumJunctionEIDS: ESRI.ArcGIS.Geodatabase.IEnumNetEID;
   Out  pEnumEdgeEIDS: ESRI.ArcGIS.Geodatabase.IEnumNetEID
); virtual; 
public function DoTrace( 
   startXCoord : System.double,
   startYCoord : System.double,
   pStartFeature : ESRI.ArcGIS.Geodatabase.IFeature,
   pEnumJunctionEIDS : ESRI.ArcGIS.Geodatabase.IEnumNetEID,
   pEnumEdgeEIDS : ESRI.ArcGIS.Geodatabase.IEnumNetEID
);
public: virtual void DoTrace( 
   System.double startXCoord,
   System.double startYCoord,
   ESRI.ArcGIS.Geodatabase.IFeature* pStartFeature,
   [PARAMFLAG::Out] ESRI.ArcGIS.Geodatabase.IEnumNetEID* pEnumJunctionEIDS,
   [PARAMFLAG::Out] ESRI.ArcGIS.Geodatabase.IEnumNetEID* pEnumEdgeEIDS
) 
public:
virtual void DoTrace( 
   System.double startXCoord,
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMTraceISNoExtClass Class
MMTraceISNoExtClass Members
Overload List

Send Feedback