ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / CreateMapPoint Method

In This Topic
    CreateMapPoint Method
    In This Topic
    Overload List
    OverloadDescription
    Convenience method to create a MapPoint instance. The new instance is empty.  
    Convenience method to create a MapPoint instance with the given X and Y coordinates.  
    Convenience method to create a MapPoint instance with the given X, Y, and Z coordinates. The HasZ property on this instance is set to true.  
    Convenience method to create a MapPoint instance with the given X, Y, Z and M coordinates. The HasZ and HasM properties on this instance are set to true.  
    Convenience method to create a MapPoint instance with the given X, Y, Z, M and ID coordinates. The HasZ, HasM and HasID properties on this instance are set to true.  
    Convenience method to create a MapPoint instance with the given X and Y coordinates and other attributes.  
    Convenience method to create a MapPoint instance with the given coordinates.  
    Convenience method to create a MapPoint instance with the given coordinates.  
    Convenience method to create a MapPoint instance.  
    Convenience method to create a MapPoint instance from a MapPointBuilderEx class.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also