CorridorSurfaceCollectionAdd(String) Method

Adds an empty corridor surface with name and default style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public CorridorSurface Add(
	string corridorSurfaceName
)

Parameters

corridorSurfaceName  String
Name used to create the corridor surface.

Return Value

CorridorSurface
Exceptions
ExceptionCondition
ArgumentException Thrown when the surface name.
See Also