Temporary Line

Temporary Line

Anonymous
Not applicable
1,684 Views
2 Replies
Message 1 of 3

Temporary Line

Anonymous
Not applicable

I'm working on a little command that would be really nice to have a temporary line drawn between some points while you're picking them.  Something akin to the little line that's drawn in the Measure Distance command.  The thing is, I don't really know what this is... can anybody point me in the right direction?

0 Likes
Accepted solutions (1)
1,685 Views
2 Replies
Replies (2)
Message 2 of 3

kerry_w_brown
Advisor
Advisor
Accepted solution

 

If I understand correctly you want a rubberband line whwn selecting the second point.

 

In the PromptPointOptions set

 .UseBasePoint = true;

 .BasePoint = firstPoint;

 

 

see if that helps.

Regards

 


// Called Kerry or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
Message 3 of 3

Anonymous
Not applicable

Sorry for the wait, I thought I'd checked this but apparently it didn't catch.  That solution was exactly what I was looking for, thanks.

0 Likes