Adds a link code to corridor surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void AddLinkCode( string codeName, bool addAsBreakLine )
VB
Public Sub AddLinkCode ( codeName As String, addAsBreakLine As Boolean )
C++
public: void AddLinkCode( String^ codeName, bool addAsBreakLine )
Parameters
- codeName String
- addAsBreakLine Boolean
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when specified code is null. |
ArgumentException | Thrown when specified code is empty string, or not a link code. |