This document is archived and information here might be outdated. Recommended version. |
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