Adds a link code to corridor surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exception | Condition |
---|
System..::..ArgumentNullException |
Thrown when specified code is null.
|
System..::..ArgumentException |
Thrown when specified code is empty string, or not a link code.
|
See Also