ArcFM Responder Mobile Developer Guide
SeparateGasFeatures Method






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 System.Collections.Generic.List(Of IFeature), _
   ByVal nonElectricFeatures As System.Collections.Generic.List(Of IFeature) _
) 
'Usage
 
Dim enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature
Dim electricFeatures As System.Collections.Generic.List(Of IFeature)
Dim nonElectricFeatures As System.Collections.Generic.List(Of IFeature)
 
NetworkIdentification.SeparateGasFeatures(enumFeature, electricFeatures, nonElectricFeatures)
public static void SeparateGasFeatures( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature enumFeature,
   System.Collections.Generic.List<IFeature> electricFeatures,
   System.Collections.Generic.List<IFeature> nonElectricFeatures
)
public procedure SeparateGasFeatures( 
    enumFeature: ESRI.ArcGIS.Geodatabase.IEnumFeature;
    electricFeatures: System.Collections.Generic.List;
    nonElectricFeatures: System.Collections.Generic.List
); static; 
public static function SeparateGasFeatures( 
   enumFeature : ESRI.ArcGIS.Geodatabase.IEnumFeature,
   electricFeatures : System.Collections.Generic.List,
   nonElectricFeatures : System.Collections.Generic.List
);
public: static void SeparateGasFeatures( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature* enumFeature,
   System.Collections.Generic.List<IFeature*>* electricFeatures,
   System.Collections.Generic.List<IFeature*>* nonElectricFeatures
) 
public:
static void SeparateGasFeatures( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature^ enumFeature,
   System.Collections.Generic.List<IFeature^>^ electricFeatures,
   System.Collections.Generic.List<IFeature^>^ nonElectricFeatures
) 

Parameters

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