Gets or sets the boolean value that specifies whether to enable snapping when changing the curve radius value.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool EnableRadiusSnap { get; set; }
VB
Public Property EnableRadiusSnap As Boolean Get Set
C++
public: property bool EnableRadiusSnap { bool get (); void set (bool value); }