ArcFM Desktop Developer Guide
IsWater Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Returns true if, and only if, the network has a weight called "WaterTraceWeight".
Syntax
'Declaration
 
Public Shared Function IsWater( _
   ByVal geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork _
) As Boolean
'Usage
 
Dim geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As Boolean
 
value = NetworkIdentification.IsWater(geometricNetwork)
public static bool IsWater( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNetwork
)

Parameters

geometricNetwork

Return Value

Returns true Returns true if, and only if, the network has a weight called "WaterTraceWeight"; otherwise, false.
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