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