ArcFM Responder Mobile Developer Guide
SnapCursorToElement Method (IMMTraceUIUtilitiesEx)






Syntax
'Declaration
 
Sub SnapCursorToElement( _
   ByVal pNetworkAnalysisExt As ESRI.ArcGIS.EditorExt.INetworkAnalysisExt, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal pFlagSymbol As ESRI.ArcGIS.Display.ISymbol, _
   ByVal lX As System.Integer, _
   ByVal lY As System.Integer _
) 
'Usage
 
Dim instance As IMMTraceUIUtilitiesEx
Dim pNetworkAnalysisExt As ESRI.ArcGIS.EditorExt.INetworkAnalysisExt
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim pFlagSymbol As ESRI.ArcGIS.Display.ISymbol
Dim lX As System.Integer
Dim lY As System.Integer
 
instance.SnapCursorToElement(pNetworkAnalysisExt, elementType, pFlagSymbol, lX, lY)
void SnapCursorToElement( 
   ESRI.ArcGIS.EditorExt.INetworkAnalysisExt pNetworkAnalysisExt,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   ESRI.ArcGIS.Display.ISymbol pFlagSymbol,
   System.int lX,
   System.int lY
)
procedure SnapCursorToElement( 
    pNetworkAnalysisExt: ESRI.ArcGIS.EditorExt.INetworkAnalysisExt;
    elementType: ESRI.ArcGIS.Geodatabase.esriElementType;
    pFlagSymbol: ESRI.ArcGIS.Display.ISymbol;
    lX: System.Integer;
    lY: System.Integer
); 
function SnapCursorToElement( 
   pNetworkAnalysisExt : ESRI.ArcGIS.EditorExt.INetworkAnalysisExt,
   elementType : ESRI.ArcGIS.Geodatabase.esriElementType,
   pFlagSymbol : ESRI.ArcGIS.Display.ISymbol,
   lX : System.int,
   lY : System.int
);
void SnapCursorToElement( 
   ESRI.ArcGIS.EditorExt.INetworkAnalysisExt* pNetworkAnalysisExt,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   ESRI.ArcGIS.Display.ISymbol* pFlagSymbol,
   System.int lX,
   System.int lY
) 
void SnapCursorToElement( 
   ESRI.ArcGIS.EditorExt.INetworkAnalysisExt^ pNetworkAnalysisExt,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   ESRI.ArcGIS.Display.ISymbol^ pFlagSymbol,
   System.int lX,
   System.int lY
) 

Parameters

pNetworkAnalysisExt
elementType
pFlagSymbol
lX
lY
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

IMMTraceUIUtilitiesEx Interface
IMMTraceUIUtilitiesEx Members

Send Feedback