ArcFM Desktop Developer Guide
IsFeatureElectric Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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