ArcFM Responder Mobile Developer Guide
IsCathodic Method






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 System.Boolean
'Usage
 
Dim geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim value As System.Boolean
 
value = NetworkIdentification.IsCathodic(geometricNetwork)
public static System.bool IsCathodic( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNetwork
)
public function IsCathodic( 
    geometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork
): System.Boolean; static; 
public static function IsCathodic( 
   geometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork
) : System.boolean;
public: static System.bool IsCathodic( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* geometricNetwork
) 
public:
static System.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 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