This class encapsulates a mask on a surface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceMask
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceMask : IDisposable
VB
Public NotInheritable Class SurfaceMask Implements IDisposable
C++
public ref class SurfaceMask sealed : IDisposable
The SurfaceMask type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description | Gets or sets the description of the mask. | |
| IsRenderOnly | Gets or sets whether this mask is readonly. | |
| Linkages | Gets the linkage ObjectIdCollection of the mask. | |
| MaterialId | Gets or sets the material ObjectId of the mask. | |
| MidOrdinateDistance | Gets or sets the mid ordinate distance of the mask. | |
| Name | Gets or sets the name of the mask. | |
| ObjectId | Gets the ObjectId of the mask. | |
| SurfaceId | Gets the ObjectId of the surface that the mask is located on. | |
| Type | Gets or sets the type of the mask. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the SurfaceMask |
