ArcFM Desktop Developer Guide
GetNetworkTypeMask Method


Version: 10.2.1a

Resource Center Home

Gets the network type for the given network. If the network provided is of more than one type, all types found will be returned.
Syntax
'Declaration
 
Public Shared Function GetNetworkTypeMask( _
   ByVal geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork _
) As NetworkIdentification.NetworkTypeMask
'Usage
 
Dim geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As NetworkIdentification.NetworkTypeMask
 
value = NetworkIdentification.GetNetworkTypeMask(geometricNetwork)
public static NetworkIdentification.NetworkTypeMask GetNetworkTypeMask( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNetwork
)

Parameters

geometricNetwork
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