SurfaceBuildOptionsNeedConvertBreaklines Property

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.292
Syntax
public bool NeedConvertBreaklines { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when change NeedConvertBreaklines value on a GridSurface/GridVolumeSurface.
Remarks
For more information, see "Types of Breaklines" in the Civil 3D User's Guide.
See Also