Add Method (String)

Adds an empty mask with the given mask name.

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

Syntax

C#

public CorridorSurfaceMask Add(
	string maskName
)

Visual Basic

Public Function Add ( _
	maskName As String _
) As CorridorSurfaceMask

Visual C++

public:
CorridorSurfaceMask^ Add(
	String^ maskName
)

Parameters

maskName
Type: System.String
Name of the newly created mask.

Remarks

After the mask is created, its definitions can be customized by modifying FeatureLineComponents.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the specified mask name is invalid.

See Also