Miner.Interop Namespace > IMMTraceNoExt2 Interface : DoTrace Method |
'Declaration
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 IMMTraceNoExt2 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)
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 )
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 );
function DoTrace( startXCoord : System.double, startYCoord : System.double, pStartFeature : ESRI.ArcGIS.Geodatabase.IFeature, pEnumJunctionEIDS : ESRI.ArcGIS.Geodatabase.IEnumNetEID, pEnumEdgeEIDS : ESRI.ArcGIS.Geodatabase.IEnumNetEID );
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 )
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 )
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