CorridorSurfaceAddLinkCode Method

Adds a link code to corridor surface.

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

Parameters

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