Gets or sets the enum value that controls relative sizing when an AutoCAD block is used to represent the structure in profile/section view.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: 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);
}

See Also