ArcFM Server Developer Guide
Select Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function Select( _
   ByVal QueryFilter As ESRI.ArcGIS.Geodatabase.IQueryFilter, _
   ByVal selType As ESRI.ArcGIS.Geodatabase.esriSelectionType, _
   ByVal selOption As ESRI.ArcGIS.Geodatabase.esriSelectionOption, _
   ByVal selectionContainer As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As ESRI.ArcGIS.Geodatabase.ISelectionSet
'Usage
 
Dim instance As MobileBackdropLayer
Dim QueryFilter As ESRI.ArcGIS.Geodatabase.IQueryFilter
Dim selType As ESRI.ArcGIS.Geodatabase.esriSelectionType
Dim selOption As ESRI.ArcGIS.Geodatabase.esriSelectionOption
Dim selectionContainer As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As ESRI.ArcGIS.Geodatabase.ISelectionSet
 
value = instance.Select(QueryFilter, selType, selOption, selectionContainer)
public virtual ESRI.ArcGIS.Geodatabase.ISelectionSet Select( 
   ESRI.ArcGIS.Geodatabase.IQueryFilter QueryFilter,
   ESRI.ArcGIS.Geodatabase.esriSelectionType selType,
   ESRI.ArcGIS.Geodatabase.esriSelectionOption selOption,
   ESRI.ArcGIS.Geodatabase.IWorkspace selectionContainer
)

Parameters

QueryFilter
selType
selOption
selectionContainer
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

MobileBackdropLayer Class
MobileBackdropLayer Members

 

 


Send Comment