CorridorSurfaceIsLinkCodeAsBreakLine Method

Gets the link code as break line or not.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool IsLinkCodeAsBreakLine(
	string codeName
)

Parameters

codeName  String
 

Return Value

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