This class encapsulates a surface's masks list.

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

Syntax

C#
public sealed class SurfaceMaskCollection : IEnumerable<SurfaceMask>
Visual Basic
Public NotInheritable Class SurfaceMaskCollection _
	Implements IEnumerable(Of SurfaceMask)
Visual C++
public ref class SurfaceMaskCollection sealed : IEnumerable<SurfaceMask^>

Remarks

The masks in the list are ordered by display priority. The first item has the highest display priority and is drawn on top of any overlapping masks.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..SurfaceMaskCollection

See Also