This class specifies the informations required to create a surface mask.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceMaskCreationData
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceMaskCreationData
VB
Public NotInheritable Class SurfaceMaskCreationData
C++
public ref class SurfaceMaskCreationData sealed
The SurfaceMaskCreationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SurfaceMaskCreationData | Initializes a new instance of the SurfaceMaskCreationData class |
![]() | SurfaceMaskCreationData(String, String, ObjectId, ObjectIdCollection, Double, ObjectId, SurfaceMaskType, Boolean) | Initializes a new instance of the SurfaceMaskCreationData class |
Properties
Name | Description | |
---|---|---|
![]() | Description | Gets or sets the description of the surface mask. |
![]() | IsRenderOnly | Gets or sets whether this mask is readonly. |
![]() | Linkages | Gets or sets the linkage ObjectIdCollection of the surface mask. |
![]() | MaterialId | Gets or sets the material ObjectId of the surface mask. |
![]() | MidOrdinateDistance | Gets or sets the mid ordinate distance of the surface mask. |
![]() | Name | Gets or sets the name of the surface mask. |
![]() | SurfaceId | Gets or sets surface ObjectId of the mask. |
![]() | Type | Gets or sets the type of the surface mask. |