Gets the collection of surface masks.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CorridorSurfaceMaskCollection Masks { get; }
VB
Public ReadOnly Property Masks As CorridorSurfaceMaskCollection Get
C++
public: property CorridorSurfaceMaskCollection^ Masks { CorridorSurfaceMaskCollection^ get (); }