×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

setting object snap settings from VBA

setting object snap settings from VBA

setting object snap settings from VBA

(OP)
During a VBA program I turn off the object snap and at the end of the program I turn the snap back on using
ThisDrawing.ObjectSnapMode = True
however the only snap setting that is turned on is endpoint.  Before I ran the program I had midpoint and intersection also selected.  Can I make the program reset the settings to what it was before I turned it off, or can I make it add individual selections?

RE: setting object snap settings from VBA

You can use the Thisdrawing.GetVariable method to retain the setting and then use Thisdrawing.SetVariable  at the end of your macro to set it back.

"Everybody is ignorant, only on different subjects." — Will Rogers

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources