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.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public StructureSizeOptionsType SizeType { get; set; }
VB
Public Property SizeType As StructureSizeOptionsType Get Set
C++
public: property StructureSizeOptionsType SizeType { StructureSizeOptionsType get (); void set (StructureSizeOptionsType value); }