Adds an empty outside boundary with the given boundary name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public CorridorSurfaceBoundary Add( string boundaryName )
Visual Basic
Public Function Add ( _ boundaryName As String _ ) As CorridorSurfaceBoundary
Visual C++
public: CorridorSurfaceBoundary^ Add( String^ boundaryName )
Parameters
- boundaryName
- Type: System.String
Name of the newly created boundary.
Remarks
After the boundary is created, its definitions can be customized by modifying FeatureLineComponents.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the specified boundary name is invalid. |