Share

CorridorSurfaceCollection.Add(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.280

Syntax

C#

public CorridorSurface Add(
	string corridorSurfaceName
)

VB

Public Function Add ( 
	corridorSurfaceName As String
) As CorridorSurface

C++

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

Reference

Was this information helpful?