SurfaceBuildOptionsNeedConvertBreaklines Property |
Gets or sets whether proximity breaklines are converted to standard breaklines when the surface is built.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool NeedConvertBreaklines { get; set; }
Public Property NeedConvertBreaklines As Boolean
Get
Set
public:
property bool NeedConvertBreaklines {
bool get ();
void set (bool value);
}
Property Value
Boolean
ExceptionsException | Condition |
---|
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