Sets the link code as break line or not.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetLinkCodeAsBreakLine( string codeName, bool asBreakLine )
VB
Public Sub SetLinkCodeAsBreakLine ( codeName As String, asBreakLine As Boolean )
C++
public: void SetLinkCodeAsBreakLine( String^ codeName, bool asBreakLine )
Parameters
- codeName String
- asBreakLine Boolean
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when specified code is null. |
ArgumentException | Thrown when specified code is empty string, or not found. |