ArcGIS Pro 3.3 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.

In This Topic
    SetValues(Double,Double,Double,Double,Int32) Method
    In This Topic
    Sets the X, Y, Z, M and ID components.
    Syntax
    public void SetValues( 
       double x,
       double y,
       double z,
       double m,
       int id
    )
    Public Overloads Sub SetValues( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal m As Double, _
       ByVal id As Integer _
    ) 

    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