ActiveUCS Property

Specifies the active UCS for the drawing.

See Also | Example

Signature

object.ActiveUCS

object

Document
The object or objects this property applies to.

ActiveUCS

UCS object
The active UCS for the drawing.

Remarks

Changes made to the current active UCS will become visible only after that UCS is reset as the active UCS.

If you try to get the active UCS value when the current UCS is unsaved, an error will occur. It is recommended that you confirm that the value of the UCSNAME system variable is not empty before you get the active UCS value. Alternatively, you can add a new UCS object and set it to active before getting the active UCS value.

 

   Comments?