ArcGIS Explorer Component Help |
Multipatch..::.ToString Method |
Multipatch Class See Also |
Returns a string representation of this Multipatch.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: 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 Multipatch.Remarks
This override of Object.ToString returns a simple string indicating the type of Geometry. If this Multipatch is an object which does not have any spatial location set (IsEmpty is trueTruetruetrue (True in Visual Basic)), then the returned string will specifically indicate that the shape is empty.