ArcGIS Pro 2.6 API Reference Guide
MapPointBuilder Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : MapPointBuilder Class

The following tables list the members exposed by MapPointBuilder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets the GeometryType of this instance. Always returns GeometryType.Point.  
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. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>)
Public Property Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>)
Public Property Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>)
Public Property Gets or sets the ID value.  
Public Property Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>)
Public Property Gets or sets the measure value.  
Public PropertyGets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>)
Public Property Gets or sets the X coordinate.  
Public Property Gets or sets the Y coordinate.  
Public Property Gets or sets the height.  
Top
Public Methods
 NameDescription
Public Method Returns a clone of the builder object. This method must be called on the MCT. Use QueuedTask.Run.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from an Esri shape buffer.  
Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from a geographic string representation.  
Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from a JSON string representation.  
Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from an XML string representation.  
Public Method Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>)
Public MethodOverloaded.   
Public MethodOverridden. Returns a MapPoint instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

MapPointBuilder Class
ArcGIS.Core.Geometry Namespace