ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper2.AddNetworkLocationEx Method

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

[Visual Basic .NET]
Public Sub AddNetworkLocationEx ( _
    ByVal pGeometry As IGeometry, _
    ByVal Name As String _
)
[C#]
public void AddNetworkLocationEx (
    IGeometry pGeometry,
    string Name
);
[C++]
HRESULT AddNetworkLocationEx(
  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