ArcGIS Pro 2.6 API Reference Guide
GeometryBuilder<T> Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : GeometryBuilder<T> Class

The following tables list the members exposed by GeometryBuilder<T>.

Public Properties
 NameDescription
Public PropertyGets the GeometryType.  
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Property Gets or sets the HasID flag of the instance.  
Public Property Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms.  
Public Property Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs.  
Public Property Gets if the instance is an empty geometry.  
Public PropertyGets or sets the SpatialReference for the geometry being built.  
Top
Public Methods
 NameDescription
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodReturns a Geometry instance representing the current state of the builder.  
Top
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic) Creates a geometry from an ArcGIS.Core.Internal.CIM geometry representation.  
Protected Methodstatic (Shared in Visual Basic) Creates a geometry from an Esri shape buffer.  
Protected Methodstatic (Shared in Visual Basic)Creates a geometry from an ArcGIS JSON geometry representation.  
Protected Methodstatic (Shared in Visual Basic) Creates a geometry from an ArcGIS XML geometry representation.  
Top
See Also

Reference

GeometryBuilder<T> Class
ArcGIS.Core.Geometry Namespace