ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper2.MoveNetworkLocation Method

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

[Visual Basic .NET]
Public Sub MoveNetworkLocation ( _
    ByVal pPoint As IPoint, _
    ByVal Name As String _
)
[C#]
public void MoveNetworkLocation (
    IPoint pPoint,
    string Name
);
[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