Adds an outside boundary with the given boundary name and polyline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function Add ( _
boundaryName As String, _
polylineId As ObjectId _
) As CorridorSurfaceBoundary |
Parameters
- boundaryName
- Type: System..::..String
Name of the newly created boundary.
- polylineId
- Type: ObjectId
ObjectId of the polyline used to create boundary.
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The specified boundary name or polyline is invalid..
- The polyline cannot be used to construct a polygon.
- The polygon specified by polyline is self-crossing.
|
See Also