Responder Developer Guide
IFeatureLayerDefinition2_CreateSelectionLayer Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function IFeatureLayerDefinition2_CreateSelectionLayer( _
   ByVal LayerName As String, _
   ByVal useCurrentSelection As Boolean, _
   ByVal joinTableNames As String, _
   ByVal Expression As String _
) As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As MobileBackdropLayer
Dim LayerName As String
Dim useCurrentSelection As Boolean
Dim joinTableNames As String
Dim Expression As String
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
value = instance.IFeatureLayerDefinition2_CreateSelectionLayer(LayerName, useCurrentSelection, joinTableNames, Expression)
public virtual ESRI.ArcGIS.Carto.IFeatureLayer IFeatureLayerDefinition2_CreateSelectionLayer( 
   string LayerName,
   bool useCurrentSelection,
   string joinTableNames,
   string Expression
)

Parameters

LayerName
useCurrentSelection
joinTableNames
Expression
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