Description
It is an enum whose values control whether block references associated with this block table record can be uniformly or non-uniformly scaled.
This .NET class wraps the AcDbBlockTableRecord::BlockScaling ObjectARX enumeration.
C#
public enum BlockScaling { Any, Uniform }
Visual Basic
Public Enum BlockScaling Any Uniform End Enum
Members
Members | Description |
---|---|
Any | Block references associated with this block table record can be non-uniformly scaled. |
Uniform | Block references associated with this block table record can only be uniformly scaled. |