ArcFM Responder Mobile Developer Guide
IsFeatureElectric Method






The feature.
Returns true if, and only if, the feature is a network feature and belongs to a network that has a weight called "MMElectricTraceWeight".
Syntax
'Declaration
 
Public Shared Function IsFeatureElectric( _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature _
) As System.Boolean
'Usage
 
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim value As System.Boolean
 
value = NetworkIdentification.IsFeatureElectric(feature)
public static System.bool IsFeatureElectric( 
   ESRI.ArcGIS.Geodatabase.IFeature feature
)
public function IsFeatureElectric( 
    feature: ESRI.ArcGIS.Geodatabase.IFeature
): System.Boolean; static; 
public static function IsFeatureElectric( 
   feature : ESRI.ArcGIS.Geodatabase.IFeature
) : System.boolean;
public: static System.bool IsFeatureElectric( 
   ESRI.ArcGIS.Geodatabase.IFeature* feature
) 
public:
static System.bool IsFeatureElectric( 
   ESRI.ArcGIS.Geodatabase.IFeature^ feature
) 

Parameters

feature
The feature.

Return Value

true true if, and only if, the feature is a network feature and belongs to a network that has a weight called "MMElectricTraceWeight"; 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