Handle property example

Handle property example

Private Sub HandleExample()

     Dim myPt As progeCAD.Point

     Set myPt = Library.CreatePoint(3, 2, 0)

     Set myPtEnt = ThisDocument.ModelSpace.AddPointEntity

     MsgBox "The handle of this entity is: " & myPtEnt.Handle

End Sub

URL:  http://www.progecad.us/index.pl?iid=22677
Printed on:  May 23, 2013 7:26 AM