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

DbDatabase.h

Parameters 
Description 
OdDbDatabase& db 
[in] Database.  
OdGePoint3d val 
[in] Value for UCSORG. 

Sets the UCSORG system variable 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.