ArcFM Desktop Developer Guide
SeparateGasFeatures Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The enum feature.
The electric features.
The non electric features.
Separates the gas features.
Syntax
'Declaration
 
Public Shared Sub SeparateGasFeatures( _
   ByVal enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature, _
   ByVal electricFeatures As List(Of IFeature), _
   ByVal nonElectricFeatures As List(Of IFeature) _
) 
'Usage
 
Dim enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature
Dim electricFeatures As List(Of IFeature)
Dim nonElectricFeatures As List(Of IFeature)
 
NetworkIdentification.SeparateGasFeatures(enumFeature, electricFeatures, nonElectricFeatures)
public static void SeparateGasFeatures( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature enumFeature,
   List<IFeature> electricFeatures,
   List<IFeature> nonElectricFeatures
)

Parameters

enumFeature
The enum feature.
electricFeatures
The electric features.
nonElectricFeatures
The non electric features.
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