ArcFM Desktop Developer Guide
AreAllFeaturesElectric Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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 Boolean
'Usage
 
Dim enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature
Dim value As Boolean
 
value = NetworkIdentification.AreAllFeaturesElectric(enumFeature)
public static 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 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