Gets or sets the enum value that controls relative sizing when an AutoCAD block is used to represent the structure in plan view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public StructureSizeOptionsType SizeType { get; set; } |
Visual Basic |
---|
Public Property SizeType As StructureSizeOptionsType Get Set |
Visual C++ |
---|
public: property StructureSizeOptionsType SizeType { StructureSizeOptionsType get (); void set (StructureSizeOptionsType value); } |