Miner.Interop Namespace > IMMTraceRenderer Interface : DisplayResults Method |
'Declaration
Sub DisplayResults( _ ByVal pEdgeResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _ ByVal pJunctionResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _ ByVal pClickPoint As ESRI.ArcGIS.Geometry.IPoint, _ ByVal Shift As System.Integer, _ ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature, _ ByVal startEdgeEID As System.Integer _ )
'Usage
Dim instance As IMMTraceRenderer Dim pEdgeResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID Dim pJunctionResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID Dim pClickPoint As ESRI.ArcGIS.Geometry.IPoint Dim Shift As System.Integer Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature Dim startEdgeEID As System.Integer instance.DisplayResults(pEdgeResults, pJunctionResults, pClickPoint, Shift, pFeature, startEdgeEID)
void DisplayResults( ESRI.ArcGIS.Geodatabase.IEnumNetEID pEdgeResults, ESRI.ArcGIS.Geodatabase.IEnumNetEID pJunctionResults, ESRI.ArcGIS.Geometry.IPoint pClickPoint, System.int Shift, ESRI.ArcGIS.Geodatabase.IFeature pFeature, System.int startEdgeEID )
procedure DisplayResults( pEdgeResults: ESRI.ArcGIS.Geodatabase.IEnumNetEID; pJunctionResults: ESRI.ArcGIS.Geodatabase.IEnumNetEID; pClickPoint: ESRI.ArcGIS.Geometry.IPoint; Shift: System.Integer; pFeature: ESRI.ArcGIS.Geodatabase.IFeature; startEdgeEID: System.Integer );
function DisplayResults( pEdgeResults : ESRI.ArcGIS.Geodatabase.IEnumNetEID, pJunctionResults : ESRI.ArcGIS.Geodatabase.IEnumNetEID, pClickPoint : ESRI.ArcGIS.Geometry.IPoint, Shift : System.int, pFeature : ESRI.ArcGIS.Geodatabase.IFeature, startEdgeEID : System.int );
void DisplayResults( ESRI.ArcGIS.Geodatabase.IEnumNetEID* pEdgeResults, ESRI.ArcGIS.Geodatabase.IEnumNetEID* pJunctionResults, ESRI.ArcGIS.Geometry.IPoint* pClickPoint, System.int Shift, ESRI.ArcGIS.Geodatabase.IFeature* pFeature, System.int startEdgeEID )
void DisplayResults( ESRI.ArcGIS.Geodatabase.IEnumNetEID^ pEdgeResults, ESRI.ArcGIS.Geodatabase.IEnumNetEID^ pJunctionResults, ESRI.ArcGIS.Geometry.IPoint^ pClickPoint, System.int Shift, ESRI.ArcGIS.Geodatabase.IFeature^ pFeature, System.int startEdgeEID )
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