Click or drag to resize

MultiPolygon Class

Inheritance Hierarchy
SystemObject
  xserverTransientVO
    xserverEncodedGeometryBase
      xserverEncodedGeometry
        xserverMultiPolygon

Namespace:  xserver
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
[SerializableAttribute]
public class MultiPolygon : EncodedGeometry

The MultiPolygon type exposes the following members.

Constructors
  NameDescription
Public methodMultiPolygon
Initializes a new instance of the MultiPolygon class
Top
Properties
  NameDescription
Public propertykml (Inherited from EncodedGeometry.)
Public propertymultiPolygon
Public propertywkb (Inherited from EncodedGeometry.)
Public propertywkt (Inherited from EncodedGeometry.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
Remarks
See Also