Share

CorridorSurfaceMaskCollection.Add(String) Method

Adds an empty mask with the given mask name.



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

Syntax

C#

public CorridorSurfaceMask Add(
	string maskName
)

VB

Public Function Add ( 
	maskName As String
) As CorridorSurfaceMask

C++

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

Reference

Was this information helpful?