CorridorSurfaceCollectionAdd(String, ObjectId) Method

Adds an empty corridor surface with name and style.

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

Parameters

corridorSurfaceName  String
Name used to create the corridor surface.
styleId  ObjectId
Name used to create the corridor surface.

Return Value

CorridorSurface
Exceptions
ExceptionCondition
ArgumentException Thrown when the surface name or the style is invalid.
See Also