Click or drag to resize

MultiPolygon Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The MultiPolygon type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Every GIS object comprises a series of columns. This function returns the names of the columns for this GISObject.
(Inherited from GISObject.)
Public propertyFeatureType
Returns FeatureType.None because multi-polygons do not correspond to a simple feature type.
(Overrides GISObjectFeatureType.)
Public propertyItem
The field of the specified column for this object.
(Inherited from GISObject.)
Public propertyWKT
Returns the WKT geometry of this multi-polygon.
(Overrides GISObjectWKT.)
Top
See Also