ArcFM Desktop Developer Guide
SeparateFeaturesForNetworkType Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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 Func(Of IGeometricNetwork,Boolean), _
   ByVal includedFeatures As List(Of IFeature), _
   ByVal excludedFeatures As List(Of IFeature) _
) 
'Usage
 
Dim enumFeature As ESRI.ArcGIS.Geodatabase.IEnumFeature
Dim includeFromThisNetwork As Func(Of IGeometricNetwork,Boolean)
Dim includedFeatures As List(Of IFeature)
Dim excludedFeatures As List(Of IFeature)
 
NetworkIdentification.SeparateFeaturesForNetworkType(enumFeature, includeFromThisNetwork, includedFeatures, excludedFeatures)
public static void SeparateFeaturesForNetworkType( 
   ESRI.ArcGIS.Geodatabase.IEnumFeature enumFeature,
   Func<IGeometricNetwork,bool> includeFromThisNetwork,
   List<IFeature> includedFeatures,
   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 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