ArcFM Responder Mobile Developer Guide
AreAllFeaturesElectric Method






The enum feature.
Returns true if all of the features passed in belong to a network with a weight name of MMElectricTraceWeight.
Syntax
'Declaration
 
Public Shared Function AreAllFeaturesElectric( _
   ByVal enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature _
) As System.Boolean
'Usage
 
Dim enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature
Dim value As System.Boolean
 
value = NetworkIdentification.AreAllFeaturesElectric(enumFeature)
public static System.bool AreAllFeaturesElectric( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature enumFeature
)
public function AreAllFeaturesElectric( 
    enumFeature: ESRI.ArcGIS.Geodatabase.IEnumFeature
): System.Boolean; static; 
public static function AreAllFeaturesElectric( 
   enumFeature : ESRI.ArcGIS.Geodatabase.IEnumFeature
) : System.boolean;
public: static System.bool AreAllFeaturesElectric( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature* enumFeature
) 
public:
static System.bool AreAllFeaturesElectric( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature^ enumFeature
) 

Parameters

enumFeature
The enum feature.

Return Value

true if all of the features passed in belong to a network with a weight name of 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