.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UBound of PointCollection

2 REPLIES 2
Reply
Message 1 of 3
sgrya1
331 Views, 2 Replies

UBound of PointCollection

How do I retrieve the UBound point of a point collection

 

Dim PointCollection As New Point3dCollection()

Dim Point1 As Point3d

 

Point1 = New Point3d(UBound(PointCollection).x, UBound(PointCollection).y, 0)

2 REPLIES 2
Message 2 of 3
chiefbraincloud
in reply to: sgrya1

PointCollection.Count - 1

Dave O.                                                                  Sig-Logos32.png
Message 3 of 3
sgrya1
in reply to: chiefbraincloud

Got it. Thanks.

Point1 = PointCollection.Item(PointCollection.Count - 1)

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report