SetLinkCodeAsBreakLine Method

Sets the link code as break line or not.

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

Syntax

C#

public void SetLinkCodeAsBreakLine(
	string codeName,
	bool asBreakLine
)

Visual Basic

Public Sub SetLinkCodeAsBreakLine ( _
	codeName As String, _
	asBreakLine As Boolean _
)

Visual C++

public:
void SetLinkCodeAsBreakLine(
	String^ codeName, 
	bool asBreakLine
)

Parameters

codeName
Type: System.String
asBreakLine
Type: System.Boolean

Exceptions

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

See Also