ArcFM Solution Developer Guide
GetDuctFeaturesFromDuctBank Method


Syntax
'Declaration
 
Public Shared Function GetDuctFeaturesFromDuctBank( _
   ByVal ductBankClass As IFeatureClass, _
   ByVal ufmDuctBank As IFeature, _
   ByVal ductClass As IFeatureClass, _
   ByVal ductEndViewModels As System.Collections.Generic.List(Of DuctEndViewModel) _
) As System.Collections.Generic.List(Of IFeature)
'Usage
 
Dim ductBankClass As IFeatureClass
Dim ufmDuctBank As IFeature
Dim ductClass As IFeatureClass
Dim ductEndViewModels As System.Collections.Generic.List(Of DuctEndViewModel)
Dim value As System.Collections.Generic.List(Of IFeature)
 
value = EditWall.GetDuctFeaturesFromDuctBank(ductBankClass, ufmDuctBank, ductClass, ductEndViewModels)
public static System.Collections.Generic.List<IFeature> GetDuctFeaturesFromDuctBank( 
   IFeatureClass ductBankClass,
   IFeature ufmDuctBank,
   IFeatureClass ductClass,
   System.Collections.Generic.List<DuctEndViewModel> ductEndViewModels
)

Parameters

ductBankClass
ufmDuctBank
ductClass
ductEndViewModels
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

EditWall Class
EditWall Members

 

 


Send Comment