CorridorSurfaceSetLinkCodeAsBreakLine Method

Sets the link code as break line or not.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetLinkCodeAsBreakLine(
	string codeName,
	bool asBreakLine
)

Parameters

codeName  String
 
asBreakLine  Boolean
 
Exceptions
ExceptionCondition
ArgumentNullException Thrown when specified code is null.
ArgumentException Thrown when specified code is empty string, or not found.
See Also