Searches the PackageLayer 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
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.
Return Value
A MapItem in the PackageLayer that matches the specified ID. Returns nullNothingnullptra null reference (Nothing in Visual Basic) if a MapItem with the specified ID is not found in the PackageLayer. Remarks
Remarks
Version Information: This method is supported from version 2.0.0.1500.





