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.