Not applicable
04-15-2019
11:54 PM
Line line1= Line.CreateUnbound(startPoint, lineDirection); DetailCurve dc = Document.Create.NewDetailCurve(Document.ActiveView, line1); Document.Delete(dc.Id);
I added above code in my program. But it is throwing error. Snapshot of error is shown below.
I wanted to delete an unbound line or unbound detail curve.
Thanks in advance.
Solved! Go to Solution.
Link copied