Miner.Geodatabase Namespace > NetworkIdentification Class : SeparateFeaturesForNetworkType Method |
'Declaration
Public Shared Sub SeparateFeaturesForNetworkType( _ ByVal enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature, _ ByVal includeFromThisNetwork As System.Func(Of IGeometricNetwork,Boolean), _ ByVal includedFeatures As System.Collections.Generic.List(Of IFeature), _ ByVal excludedFeatures As System.Collections.Generic.List(Of IFeature) _ )
'Usage
Dim enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature Dim includeFromThisNetwork As System.Func(Of IGeometricNetwork,Boolean) Dim includedFeatures As System.Collections.Generic.List(Of IFeature) Dim excludedFeatures As System.Collections.Generic.List(Of IFeature) NetworkIdentification.SeparateFeaturesForNetworkType(enumFeature, includeFromThisNetwork, includedFeatures, excludedFeatures)
public static void SeparateFeaturesForNetworkType( ESRI.ArcGIS.Geodatabase.IEnumFeature enumFeature, System.Func<IGeometricNetwork,bool> includeFromThisNetwork, System.Collections.Generic.List<IFeature> includedFeatures, System.Collections.Generic.List<IFeature> excludedFeatures )
public procedure SeparateFeaturesForNetworkType( enumFeature: ESRI.ArcGIS.Geodatabase.IEnumFeature; includeFromThisNetwork: System.Func; includedFeatures: System.Collections.Generic.List; excludedFeatures: System.Collections.Generic.List ); static;
public static function SeparateFeaturesForNetworkType( enumFeature : ESRI.ArcGIS.Geodatabase.IEnumFeature, includeFromThisNetwork : System.Func, includedFeatures : System.Collections.Generic.List, excludedFeatures : System.Collections.Generic.List );
public: static void SeparateFeaturesForNetworkType( ESRI.ArcGIS.Geodatabase.IEnumFeature* enumFeature, System.Func<IGeometricNetwork*,bool>* includeFromThisNetwork, System.Collections.Generic.List<IFeature*>* includedFeatures, System.Collections.Generic.List<IFeature*>* excludedFeatures )
public: static void SeparateFeaturesForNetworkType( ESRI.ArcGIS.Geodatabase.IEnumFeature^ enumFeature, System.Func<IGeometricNetwork^,bool>^ includeFromThisNetwork, System.Collections.Generic.List<IFeature^>^ includedFeatures, System.Collections.Generic.List<IFeature^>^ excludedFeatures )
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