API Reference > Functions > odDbSetUCSXDIR Function
odDbSetUCSXDIR Function
Syntax
C++
TOOLKIT_EXPORT void odDbSetUCSXDIR(OdDbDatabase& db, OdGeVector3d val);

DbDatabase.h

Parameters 
Description 
OdDbDatabase& db 
[in] Database.  
OdGeVector3d val 
[in] Value for UCSXDIR. 

Sets the UCSXDIR value in the specified OdDbDatabase instance. 

 

This function provides write access to "Read-Only" system variables. It may be used to bypass non-implemented Drawings functionality or to repair drawings, and should be used with care.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.