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

In This Topic
    IDs Property (Patch)
    In This Topic
    Gets or sets the IList of ID-values.
    Syntax
    public IList<int> IDs {get; set;}
    Public Property IDs As IList(Of Integer)
    Remarks
    The getter returns the IList of ID-values by reference. A change to the returned list changes the patch ID-values list. The setter copies the input to an internal container. If the input is null, then the list of ID-values for this patch is set to null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also