ArcGIS Pro 2.7 API Reference Guide
IDs Property (MultipointBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class : IDs Property
Gets or sets the list of ID-values.
Syntax
public IList<int> IDs {get; set;}
Public Property IDs As IList(Of Integer)
Remarks
The getter returns the list of ID-values by reference. A change to the returned list changes the geometry 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 geometry is set to null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members