Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
PARAMETERCOPYMODE
Syntax
C++
OdInt16 PARAMETERCOPYMODE;
Type
OdInt16
Initial value
1
Read-Only
No
Saved In
Registry
Versions
2010+

 

PARAMETERCOPYMODE controls how constraints and related parameters are handled when constraint objects are copied between model space, paper space or a block. 

 

Value
Description
0
Do not copy constraints.
1
Replace all expressions with constants.
2
Use existing parameters, and if a parameter is missing, replace it with a constant.
3
Use existing parameters, and create a new parameter if it is missing.
4
Use existing parameters, and rename a parameter if conflicts occur.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbHostAppServices::getPARAMETERCOPYMODE()
OdDbHostAppServices::setPARAMETERCOPYMODE()

 

File: SysVarDefs.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.