AddLinkCode Method

Adds a link code to corridor surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public void AddLinkCode(
	string codeName,
	bool addAsBreakLine
)

Visual Basic

Public Sub AddLinkCode ( _
	codeName As String, _
	addAsBreakLine As Boolean _
)

Visual C++

public:
void AddLinkCode(
	String^ codeName, 
	bool addAsBreakLine
)

Parameters

codeName
Type: System.String
addAsBreakLine
Type: System.Boolean

Exceptions

ExceptionCondition
System.ArgumentNullException Thrown when specified code is null.
System.ArgumentException Thrown when specified code is empty string, or not a link code.

See Also