ArcGIS Pro 2.8 API Reference Guide
PolygonBuilderEx Constructor
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: Visual Basic (Declaration)
C#
Visual Basic (Declaration)
ArcGIS.Core.Geometry Namespace
>
PolygonBuilderEx Class
: PolygonBuilderEx Constructor
Overload List
Overload
Description
PolygonBuilderEx Constructor()
Initializes an empty instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(SpatialReference)
Initializes an empty instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(Polyline)
Initializes a new instance of the
PolygonBuilderEx
class from the parts of a polyline.
PolygonBuilderEx Constructor(Polygon)
Initializes a new instance of the
PolygonBuilderEx
class from the input polygon.
PolygonBuilderEx Constructor(Multipoint)
Initializes a new instance of the
PolygonBuilderEx
class from the input multipoint.
PolygonBuilderEx Constructor(Envelope)
Initializes a new instance of the
PolygonBuilderEx
class from the input envelope.
PolygonBuilderEx Constructor(IEnumerable<Coordinate2D>,SpatialReference)
Initializes a new instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(IEnumerable<Coordinate3D>,SpatialReference)
Initializes a new instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(IEnumerable<MapPoint>,SpatialReference)
Initializes a new instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(IEnumerable<Segment>,SpatialReference)
Initializes a new instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(IEnumerable<IEnumerable<Segment>>,SpatialReference)
Initializes a new instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(IEnumerable<Polygon>,SpatialReference)
Initializes a new instance of the
PolygonBuilderEx
class.
PolygonBuilderEx Constructor(PolygonBuilderEx)
Initializes a new instance of the
PolygonBuilderEx
class.
Requirements
Target Platforms:
Windows 10, Windows 8.1
See Also
Reference
PolygonBuilderEx Class
PolygonBuilderEx Members