Searches the PackageChildLayer for a MapItem with a specified unique ID.
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
Visual Basic (Declaration) |
---|
Public Function FindById ( _
id As Guid _
) As MapItem |
Return Value
A MapItem in the PackageChildLayer 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 PackageChildLayer.
Remarks
See Also