ArcFM Desktop Developer Guide
FilterField Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Function New( _
   ByVal featureClass As ESRI.ArcGIS.Geodatabase.IFeatureClass, _
   ByVal fieldIdx As Integer _
)
'Usage
 
Dim featureClass As ESRI.ArcGIS.Geodatabase.IFeatureClass
Dim fieldIdx As Integer
 
Dim instance As New FilterField(featureClass, fieldIdx)
public FilterField( 
   ESRI.ArcGIS.Geodatabase.IFeatureClass featureClass,
   int fieldIdx
)

Parameters

featureClass
fieldIdx
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

FilterField Class
FilterField Members

 

 


Send Comment