ArcGIS Pro 2.6 API Reference Guide
IDs Property (Patch)

ArcGIS.Core.Geometry Namespace > Patch Class : IDs Property
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 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members