ArcGIS Pro 2.7 API Reference Guide
Coords Property (MultipointBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class : Coords Property
Gets or sets the list of coordinates that define this geometry.
Syntax
public IList<Coordinate2D> Coords {get; set;}
Public Property Coords As IList(Of Coordinate2D)
Exceptions
ExceptionDescription
The input is null.
Remarks
The getter returns the geometry coordinate list by reference. A change to the returned list changes the geometry coordinate list. The setter copies the input to a new list. The input cannot be null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members