| ArcGIS Explorer Component Help |
| MapItem..::.ToString Method |
| MapItem Class See Also |
Returns a string that represents the current object.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
Return Value
A string representing this object.
Remarks
For more information, see the help for the ToString method on System.Object.