Adds an empty corridor surface with name and default style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public CorridorSurface Add( string corridorSurfaceName ) |
Visual Basic |
---|
Public Function Add ( _ corridorSurfaceName As String _ ) As CorridorSurface |
Visual C++ |
---|
public: CorridorSurface^ Add( String^ corridorSurfaceName ) |
Parameters
- corridorSurfaceName
- Type: System..::..String
Name used to create the corridor surface.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the surface name. |