This document is archived and information here might be outdated.  Recommended version.


IEngineNetworkAnalystHelper2.MoveNetworkLocationEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystHelper2 Interface > IEngineNetworkAnalystHelper2.MoveNetworkLocationEx Method
ArcGIS Developer Help

IEngineNetworkAnalystHelper2.MoveNetworkLocationEx Method

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

Product Availability

Available with ArcGIS Engine.

See Also

IEngineNetworkAnalystHelper2 Interface