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 > IEngineNetworkAnalystHelper Interface > IEngineNetworkAnalystHelper.AddNetworkLocation Method (ArcObjects .NET 10.5 SDK) |
Adds a network location to the NAWindow at the specified point.
[Visual Basic .NET] Public Sub AddNetworkLocation ( _ ByVal pPoint As IPoint, _ ByVal Name As String _ )
[C#] public void AddNetworkLocation ( IPoint pPoint, string Name );
[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
Adds the specified point to the IEngineNAWindow::ActiveCategory of the IEngineNAWindow::ActiveAnalysis layer as a network location.