CorridorSurfaceCollectionRemove(CorridorSurface) Method |
Removes the given CorridorSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
CorridorSurface corridorSurface
)
Public Function Remove (
corridorSurface As CorridorSurface
) As Boolean
public:
bool Remove(
CorridorSurface^ corridorSurface
)
Parameters
- corridorSurface CorridorSurface
- The CorridorSurface object to be removed.
Return Value
Boolean
See Also