This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARLayer Interface > IARLayer.Searchable Property (ArcObjects .NET 10.5 SDK) |
Indicates if the layer is searchable (only feature layers are searchable).
[Visual Basic .NET] Public ReadOnly Property Searchable As Boolean
[C#] public bool Searchable {get;}
The Searchable property indicates whether the layer can be searched and queried, using the SearchARFeatures and QueryARFeatures methods. Only feature layers can be searched.
2021 800A07E5: The specified layer index is invalid