Adds an outside boundary with the given boundary name and feature line code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function Add ( _
boundaryName As String, _
featureLineCode As String _
) As CorridorSurfaceBoundary |
Parameters
- boundaryName
- Type: System..::..String
Name of the newly created boundary.
- featureLineCode
- Type: System..::..String
Feature line code used to create boundary.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the specified boundary name is invalid or there are not only two feature lines with the specified code.
|
System..::..InvalidOperationException |
Thrown when the corridor has any offset baseline.
|
See Also