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