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


IEngineNetworkAnalystHelper2.MoveNetworkLocationEx Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper2.MoveNetworkLocationEx Method

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

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