API Reference > System Variables for .dwg files > System Variables P > PDSIZE
PDSIZE
Syntax
C++
double PDSIZE;

SysVarDefs.h

Type 
double 
Initial value 
0.0 
Read-Only 
No 
Saved In 
Database 
Versions 
R12+ 

 

PDSIZE specifies the display size of point entities. 

 

Value 
Description 
<0 
Fraction of viewport size in drawing units. 
5% of viewport size in drawing units. 
>0 
Size in drawing units. 

 

Access Methods 
OdDbDatabase::getSysVar() 
OdDbDatabase::setSysVar() 
  
OdDbDatabase::getPDSIZE() 
OdDbDatabase::setPDSIZE() 

 

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