Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know that I can get a line starting at SP by following this code,
new TypedValue((int)DxfCode.Operator, "<and"),
new TypedValue((int)DxfCode.Start, "LINE"),
new TypedValue((int)DxfCode.Operator, "="),
new TypedValue((int)DxfCode.XCoordinate, sP),
new TypedValue((int)DxfCode.Operator, "and>"),
I want to know how to get a line that endpoint at SP。thank!
Solved! Go to Solution.