ArcFM Responder Mobile Developer Guide
QualifiedName Method






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 System.String
'Usage
 
Dim network As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As System.String
 
value = NetworkIdentification.QualifiedName(network)
public static System.string QualifiedName( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork network
)
public function QualifiedName( 
    network: ESRI.ArcGIS.Geodatabase.IGeometricNetwork
): System.String; static; 
public static function QualifiedName( 
   network : ESRI.ArcGIS.Geodatabase.IGeometricNetwork
) : System.String;
public: static System.string* QualifiedName( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* network
) 
public:
static System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NetworkIdentification Class
NetworkIdentification Members

Send Feedback