Dear Friends,

I need help to make some polar point like...

Dim Pt2 As Object
Dim Pt2 As Object
Pt2 = AcadUtil.PolarPoint(Pt1, East, (TBw / 2.0#))
Pt3 = acadUtil.PolarPoint(Pt1, West, (TBw / 2.0#))

and want to create polyline between them

is it possible

Thanks,

Avinash