Searches the Map for a MapItem with a specified unique ID.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public MapItem FindById( Guid id ) |
Visual Basic (Declaration) |
---|
Public Function FindById ( _ id As Guid _ ) As MapItem |
Parameters
- id
- Type: System..::.Guid
The unique ID of a MapItem.