Removes the given CorridorSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool Remove( CorridorSurface corridorSurface ) |
Visual Basic |
---|
Public Function Remove ( _ corridorSurface As CorridorSurface _ ) As Boolean |
Visual C++ |
---|
public: bool Remove( CorridorSurface^ corridorSurface ) |
Parameters
- corridorSurface
- Type: Autodesk.Civil.DatabaseServices..::..CorridorSurface
The CorridorSurface object to be removed.