ArcGIS Pro 2.8 API Reference Guide
MultipartBuilderEx Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : MultipartBuilderEx Class

The following tables list the members exposed by MultipartBuilderEx.

Public Properties
 NameDescription
Public Property (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
Public PropertyOverridden.  Gets or sets the HasID flag which indicates whether the geometry contains IDs.  
Public PropertyOverridden.  Gets or sets the HasM flag which indicates whether the geometry contains Ms.  
Public PropertyOverridden.  Gets or sets the HasZ flag which indicates whether the geometry contains Zs.  
Public PropertyOverridden.  Gets a boolean which indicates if this instance is empty or not. This instance is empty if it has zero parts.  
Public Property Gets the number of parts.  
Public Property Gets or sets the list of parts that define this builder.  
Public PropertyGets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
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.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public Method Gets the segment at the specified index.  
Public MethodOverloaded.   
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.  
Public MethodOverloaded.   
Public Method Inserts a range of segments into an existing part.  
Public MethodDetermines if this MultipartBuilderEx instance is equal to other.  
Public MethodRemove the part specified by partIndex.  
Public Method Removes a range of parts.  
Public Method Gets the number of segments in the specified part.  
Public MethodOverridden. Sets this instance to empty by clearing the Parts list.  
Public Method Builds a new Geometry instance from the properties of this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
Top
See Also

Reference

MultipartBuilderEx Class
ArcGIS.Core.Geometry Namespace