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