CorridorSurfaceMaskCollectionAdd(String) Method

Adds an empty mask with the given mask name.

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

Parameters

maskName  String
Name of the newly created mask.

Return Value

CorridorSurfaceMask
Exceptions
ExceptionCondition
ArgumentException Thrown when the specified mask name is invalid.
Remarks
After the mask is created, its definitions can be customized by modifying FeatureLineComponents.
See Also