| Miner.Geodatabase Namespace > NetworkIdentification Class : AreAllFeaturesElectric Method |
'DeclarationPublic Shared Function AreAllFeaturesElectric( _ ByVal enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature _ ) As System.Boolean
'UsageDim 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 )
true if all of the features passed in belong to a network with a weight name of MMElectricTraceWeight; otherwise, falseTarget 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