ArcGIS Pro 2.9 API Reference Guide
PolygonBuilderEx Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : PolygonBuilderEx Class

The following tables list the members exposed by PolygonBuilderEx.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Polygon.  
Public Property Gets or sets the HasID flag which indicates whether the geometry contains IDs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Property Gets or sets the HasM flag which indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Property Gets or sets the HasZ flag which indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Property Gets a boolean which indicates if this instance is empty or not. This instance is empty if it has zero parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Property Gets the number of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Property Gets or sets the list of parts that define this builder. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public PropertyGets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
Top
Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodAdds the parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be added to the end of the Parts list. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Method Returns a clone of the builder.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Polygon class from an Esri shape buffer.  
Public Method Gets the segment at the specified index. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodInserts parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be inserted to the Parts list before the specified index. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Method Inserts a range of segments into an existing part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Method Compares this instance of MultipartBuilderEx to the other for equality (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodRemove the part specified by partIndex. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Method Removes a range of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public Method Gets the number of segments in the specified part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodSets this instance to empty by clearing the Parts list. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
Public MethodOverridden. Returns a Polygon instance representing the current state of the builder.  
Top
See Also

Reference

PolygonBuilderEx Class
ArcGIS.Core.Geometry Namespace