Share

SurfaceBuildOptions.NeedConvertBreaklines 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.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

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

Reference

Was this information helpful?