Option used in selecting layers to identify against.
Values: 'top': Only the top-most layer at the location specified will be identified;
'visible': All visible layers at the location specified will be identified;
'all': All layers at the location specified will be identified. Default: By default the identify operation identifies the top-most layer (i.e., LayerOption = top).
Namespace:
ESRI.ArcGIS.VE(in ArcGISVE.exe)
Syntax
| JScript |
|---|
function get LayerOption () : String function set LayerOption (value : String) |
