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, Windows 8.1
Multipart Class Multipart Members