ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper.AddNetworkLocation Method

Adds a network location to the NAWindow at the specified point.

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

[C++]
HRESULT AddNetworkLocation(
  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.

Description

Adds the specified point to the IEngineNAWindow::ActiveCategory of the IEngineNAWindow::ActiveAnalysis layer as a network location.

See Also

IEngineNetworkAnalystHelper Interface