ArcGIS Pro 2.9 API Reference Guide
MapPointBuilderEx Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : MapPointBuilderEx Class

The following tables list the members exposed by MapPointBuilderEx.

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.Point.  
Public PropertyOverridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes ID-values also known as Id-awareness.  
Public PropertyOverridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes M-values also known as M-awareness.  
Public PropertyOverridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes Z-values also known as Z-awareness.  
Public Property Gets or sets the ID-coordinate.  
Public PropertyOverridden.  Returns true if the point is empty. An empty point has X or Y equal to NaN.  
Public Property Gets or sets the M-coordinate.  
Public PropertyGets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
Public Property Gets or sets the X coordinate of the point.  
Public Property Gets or sets the Y coordinate of the point.  
Public Property Gets or sets the Z-coordinate.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a MapPoint class from an Esri shape buffer.  
Public MethodCompares this instance of MapPointBuilderEx to the other for equality.  
Public MethodOverridden.  Sets X and Y to NaN. Sets other attributes to the default values. Does not change the attribute awareness.  
Public MethodOverloaded.   
Public MethodOverridden. Returns a MapPoint instance representing the current state of the builder.  
Top
See Also

Reference

MapPointBuilderEx Class
ArcGIS.Core.Geometry Namespace