Message 1 of 18
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone !
var selection = ed.GetSelection(); the coordinates of the point I clicked for the first time,
var pointResult = ed.GetPoint("\n\nReference Point >"); -----> how can I point write this part automatically?
sample :
Point1 and Point2 = ed.GetSelection
ed.GetPoint(Point1)
Thanks in advance to the helper.
var selection = ed.GetSelection();
Application.SetSystemVariable("OSMODE", 32);
if (selection.Status == PromptStatus.OK)
{
var pointResult = ed.GetPoint("\n\nReferans Noktası >");
if (pointResult.Status == PromptStatus.OK)
Solved! Go to Solution.