ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / SetValues Method / SetValues(Double,Double,Double,Double,Int32) Method
X coordinate.
Y coordinate.
Z coordinate.
Measure value.
ID value.
Version

    SetValues(Double,Double,Double,Double,Int32) Method
    Sets the X, Y, Z, M and ID components.
    Syntax
    public void SetValues( 
       double x,
       double y,
       double z,
       double m,
       int id
    )

    Parameters

    x
    X coordinate.
    y
    Y coordinate.
    z
    Z coordinate.
    m
    Measure value.
    id
    ID value.
    Remarks
    The HasZ, HasM, and HasID properties are set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also