ArcFM Responder Mobile Developer Guide
SeparateFeaturesForNetworkType Method






The enum feature.
The include from this network.
The included features.
The excluded features.
Separates the type of the features for network.
Syntax
'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
) 

Parameters

enumFeature
The enum feature.
includeFromThisNetwork
The include from this network.
includedFeatures
The included features.
excludedFeatures
The excluded 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