Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
PSLTSCALE
Syntax
C++
bool PSLTSCALE;
Type
bool
Initial value
true
Read-Only
No
Saved In
Database
Versions
R12+

 

PSLTSCALE controls the generation of linetypes for Polylines in paper space. 

 

Value
Description
false
Dash lengths in model space are based on model space drawing units.
true
Dash lengths in model space are based on paper space drawing units. When PSLTSCALE is true, linetypes in viewports will appear the same size as those in paper space.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbDatabase::getPSLTSCALE()
OdDbDatabase::setPSLTSCALE()

 

File: SysVarDefs.h 

Module: API Reference 

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