ApplyUniformScale Property (IBlockDefinition) Send Feedback
See Also 
Gets or sets whether to uniformly scale Blocks on insertion.

Syntax

Visual Basic 
Property ApplyUniformScale As System.Boolean
C# 
System.bool ApplyUniformScale {get; set;}
JavaScript 
get_ApplyUniformScale () : Boolean
put_ApplyUniformScale (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_ApplyUniformScale(
   VARIANT_BOOL* Val
) 
HRESULT put_ApplyUniformScale( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_ApplyUniformScale (
   bool* Val
)
DSRESULT put_ApplyUniformScale(
   bool NewVal
)

Property Value

True to uniformly scale Blocks on insertion, false to not

See Also

Availability

DraftSight V1R1.4