ArcFM Desktop Developer Guide
QualifiedName Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Returns a (hopefully) unique name for a geometric network, formed by prepending the workspace's BrowseName to the geometric network's name.
Syntax
'Declaration
 
Public Shared Function QualifiedName( _
   ByVal network As ESRI.ArcGIS.Geodatabase.IGeometricNetwork _
) As String
'Usage
 
Dim network As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As String
 
value = NetworkIdentification.QualifiedName(network)
public static string QualifiedName( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork network
)

Parameters

network

Return Value

Returns a (hopefully) unique name for a geometric network, formed by prepending the workspace's BrowseName to the geometric network's name.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

NetworkIdentification Class
NetworkIdentification Members

 

 


Send Comment