ArcFM Desktop Developer Guide
SelectDisplayTable Method


Version: 10.2.1a

Resource Center Home

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

Parameters

pQueryFilter
selType
selOption
pSelWorkspace
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