SurfaceMask Class

This class encapsulates a mask on a surface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceMask

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurfaceMask : IDisposable

The SurfaceMask type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets the description of the mask.
Public propertyIsRenderOnly Gets or sets whether this mask is readonly.
Public propertyLinkages Gets the linkage ObjectIdCollection of the mask.
Public propertyMaterialId Gets or sets the material ObjectId of the mask.
Public propertyMidOrdinateDistance Gets or sets the mid ordinate distance of the mask.
Public propertyName Gets or sets the name of the mask.
Public propertyObjectId Gets the ObjectId of the mask.
Public propertySurfaceId Gets the ObjectId of the surface that the mask is located on.
Public propertyType Gets or sets the type of the mask.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the SurfaceMask
Top
See Also