CorridorSurfaceBoundaryCollectionAdd(String) Method |
Adds an empty outside boundary with the given boundary name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CorridorSurfaceBoundary Add(
string boundaryName
)
Public Function Add (
boundaryName As String
) As CorridorSurfaceBoundary
public:
CorridorSurfaceBoundary^ Add(
String^ boundaryName
)
Parameters
- boundaryName String
- Name of the newly created boundary.
Return Value
CorridorSurfaceBoundary
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified boundary name is invalid.
|
Remarks
After the boundary is created, its definitions can be customized by modifying FeatureLineComponents.
See Also