Helper method to serialize an object to its XML representation. Not supported for Multipatches.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public override string ToXmlString()
Visual Basic (Declaration)
Public Overrides Function ToXmlString As String

Return Value

Not supported for Multipatches.

Remarks

Serialization of ArcGIS Explorer objects xml is used in a number of situations; when saving a map, and also when passing objects between the UI thread and a background worker thread. As serialization to XML is not supported for Multipatch geometries, this method is overridden on the Multipatch class and throws a NotSupportedException if called.

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionSerialization to XML is not supported for Multipatches.

See Also

Relate Topics:
  GetLabelPoint Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.