Gets or sets how Structure should hold when resized.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public HoldOnResizeType HoldOnResizeType { get; set; }
Visual Basic
Public Property HoldOnResizeType As HoldOnResizeType Get Set
Visual C++
public: property HoldOnResizeType HoldOnResizeType { HoldOnResizeType get (); void set (HoldOnResizeType value); }