Gets or sets whether proximity breaklines are converted to standard breaklines when the surface is built.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool NeedConvertBreaklines { get; set; }
VB
Public Property NeedConvertBreaklines As Boolean Get Set
C++
public: property bool NeedConvertBreaklines { bool get (); void set (bool value); }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when change NeedConvertBreaklines value on a GridSurface/GridVolumeSurface. |