ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class


In This Topic
    MapPointBuilderEx Class Properties
    In This Topic

    For a list of all members of this type, see MapPointBuilderEx members.

    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
    See Also