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


IEngineNetworkAnalystHelper2.MoveNetworkLocation 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.MoveNetworkLocation Method
ArcGIS Developer Help

IEngineNetworkAnalystHelper2.MoveNetworkLocation Method

Moves the network location of the selected item in the NAWindow to the specified point.

[Visual Basic .NET]
Public Sub MoveNetworkLocation ( _
    ByVal pPoint As IPoint, _
    ByVal Name As String _
)
[C#]
public void MoveNetworkLocation (
    IPoint pPoint,
    string Name
);
[C++]
HRESULT MoveNetworkLocation(
  IPoint* pPoint,
  BSTR Name
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type IPoint* Name [in]
Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

See Also

IEngineNetworkAnalystHelper2 Interface