CorridorSurfaceCollectionRemove(String) Method |
Removes a CorridorSurface with the given name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
string corridorSurfaceName
)
Public Function Remove (
corridorSurfaceName As String
) As Boolean
public:
bool Remove(
String^ corridorSurfaceName
)
Parameters
- corridorSurfaceName String
- Name of the CorridorSurface.
Return Value
Boolean
See Also