ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / Coords Property

In This Topic
    Coords Property
    In This Topic
    Gets or sets the IList of coordinates that define this patch.
    Syntax
    public IList<Coordinate3D> Coords {get; set;}
    Public Property Coords As IList(Of Coordinate3D)
    Exceptions
    ExceptionDescription
    The input is null.
    Remarks
    The getter returns the patch coordinate IList by reference. A change to the returned list changes the patch coordinate list. The setter copies the input to a new list. The input cannot be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also