ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper2.MoveNetworkLocation Method

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

ERROR: Syntax information about IEngineNetworkAnalystHelper2.MoveNetworkLocation may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[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