TheSwamp

Code Red => VB(A) => Topic started by: David Hall on September 27, 2007, 04:04:43 PM

Title: Ignore Z value
Post by: David Hall on September 27, 2007, 04:04:43 PM
In 2008, has anyone found a programmic way to set the option for ignoring Z values?

from the help file
Quote
Replace Z Value with Current Elevation
Specifies that object snaps ignore the Z-value of the object snap location and use the Z-value of the elevation set for the current UCS.
I want to add this to the startup of every user, but cant find it.  I have looked here so far
Code: [Select]
Application.Preferences.Drafting but haven't found it yet.  Other options from the Drafting Tab in "Options" are there, just not this one.
Title: Re: Ignore Z value
Post by: David Hall on September 27, 2007, 04:05:47 PM
Nevermind, just found it as OSNAPZ=1

Apprently you have to use ThisDrawing.SetVariable to set it