ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure / Explicit Type Conversion Operator
MapPoint instance whose X, Y and Z values will be used as the X, Y and Z values of the Coordinate3D respectively.

In This Topic
    Explicit Type Conversion Operator (Coordinate3D)
    In This Topic
    Allow explicit casting of a MapPoint to a Coordinate3D.
    Syntax
    public Coordinate3D operator explicit( 
       MapPoint point
    )
    Public Operator Narrowing CType( _
       ByVal point As MapPoint _
    ) As Coordinate3D

    Parameters

    point
    MapPoint instance whose X, Y and Z values will be used as the X, Y and Z values of the Coordinate3D respectively.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also