ISearchable Interface
Provides methods to search for features with an attribute whose value match a search string.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public interface ISearchable
Remarks
The ISearchable interface is implemented by all datasets that can have a search index, all vector datasets and CustomDataSetProxy, which lets an application search for features with attributes whose value match a specific search string.
Implemented By
AixmDataSet
ArincDataSet
CM93VectorDataSet
CustomDataSetProxy
DwgDxfDataSet
MapPackageDataSet
MifDataSet
OgcWfsDataSet
OgrDataSet
RaveGeoDataSet
S57DataSet
ShapefileDataSet
VpfDataSet
Platforms
Windows, Linux, Android
ISearchable Members
The ISearchable type has the following members.
Properties
Name | Description |
---|---|
HasSearchIndex | Gets a value that tells whether a dataset has a search index. |
Methods
Name | Description |
---|---|
Search | Overloaded. Searches for features with an attribute whose value match the specified search text. |