Searches the attributes of a Globe layer for a given search string.
Find(int LayerID, string SearchString, boolean Contains, string SearchFields)
Parameter |
Description |
LayerID |
The layer id of the globe layer to search.
|
SearchString |
The string value searched for during the find process.
|
Contains |
Whether the attribute value contains the search
string (true) or is an exact match (false). If
true, the search is not case sensitive. If false,
the search is case sensitive. |
SearchFields |
A comma delimited list of field names used
during the search. If empty or null, all fields
are searched. |
Return Value
<return value discussion>
Remarks
<discussion content>
Examples
C# |
VB.NET |
Java |