GetPoint

#1
The GetPoint method will not snap to anything if you provide a "relative" point arguement for rubber banding.

eg: GetPoint(varPoint1, "Pick Next Point")

Any workarounds? Will the GetPoint method ever be repaired? It seems to be biffed in every version of ICAD.

#2
gsprink,

The code below will snap to the end point.

Set SnapSet = IntelliCAD.ActiveDocument.Utility.EntitySnap(IntelliCAD.ActiveDocument.Utility.GetPoint(, "Select Point"), vicOsnapEnd)

------------------
Regards
John Finlay
cron