ArcGIS Pro 2.6 API Reference Guide
PointCount Property (MultipointBuilder)

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class : PointCount Property
Gets the number of points contained in the Collections.Generic.ICollection`1. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public int PointCount {get;}
Public ReadOnly Property PointCount As Integer

Property Value

The number of points contained in the Collections.Generic.ICollection`1.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members