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