Miner.Geodatabase Namespace > NetworkIdentification Class : SeparateGasFeatures Method |
'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 )
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