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