Add Method (String)

Adds an empty corridor surface with name and default style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public CorridorSurface Add(
	string corridorSurfaceName
)

Visual Basic

Public Function Add ( _
	corridorSurfaceName As String _
) As CorridorSurface

Visual C++

public:
CorridorSurface^ Add(
	String^ corridorSurfaceName
)

Parameters

corridorSurfaceName
Type: System.String
Name used to create the corridor surface.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the surface name.

See Also