Type |
bool |
Initial value |
false |
Read-Only |
No |
Saved In |
Database |
Versions |
R12+ |
The LIMCHECK system variable determines whether objects are allowed outside the grid limits for model space or current space (current layout).
Value |
Description |
false |
Objects outside limits are allowed |
true |
Objects outside limits are disallowed |
Access Methods |
OdDbDatabase::getSysVar() – gets the outside limits status as an instance of tagged data (boolean type) |
OdDbDatabase::setSysVar() – sets the outside limits status as an instance of tagged data (boolean type) |
|
OdDbDatabase::getLIMCHECK() – gets the outside limits status as a boolean value |
OdDbDatabase::setLIMCHECK() – sets the outside limits status as a boolean value |
For example, to get the value:
For example, to set the value:
File: SysVarDefs.h
Module: API Reference
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|