This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystHelper2 Interface > IEngineNetworkAnalystHelper2.MoveNetworkLocationEx Method (ArcObjects .NET 10.5 SDK) |
Moves the network location of the selected item in the NAWindow to the specified geometry.
[Visual Basic .NET] Public Sub MoveNetworkLocationEx ( _ ByVal pGeometry As IGeometry, _ ByVal Name As String _ )
[C#] public void MoveNetworkLocationEx ( IGeometry pGeometry, string Name );
[C++]
HRESULT MoveNetworkLocationEx(
IGeometry* pGeometry,
BSTR Name
);
[C++]
Parameters pGeometry [in]
pGeometry is a parameter of type IGeometry Name [in] Name is a parameter of type BSTR