ArcFM Desktop Developer Guide
IsCathodic Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The geometric network.
Determines whether the specified geometric network has a weight called "MMCathodicTraceWeight".
Syntax
'Declaration
 
Public Shared Function IsCathodic( _
   ByVal geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork _
) As Boolean
'Usage
 
Dim geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As Boolean
 
value = NetworkIdentification.IsCathodic(geometricNetwork)
public static bool IsCathodic( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNetwork
)

Parameters

geometricNetwork
The geometric network.

Return Value

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