Share

SettingsCmdVolumesDashboard.SettingsCmdBuildOptions.ConvertProximityBreaklinesToStandard Property

Gets whether proximity breaklines are converted to standard breaklines when the surface is built.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean ConvertProximityBreaklinesToStandard { get; }

VB

Public ReadOnly Property ConvertProximityBreaklinesToStandard As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ ConvertProximityBreaklinesToStandard {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?