public int PartCount {get;}
Public ReadOnly Property PartCount As Integer
int numParts = polyline.PartCount; // get the parts as a readonly collection ReadOnlyPartCollection parts = polyline.Parts;
Target Platforms: Windows 11, Windows 10
Multipart Class Multipart Members