Share

SurfaceMaskCreationData Class

This class specifies the informations required to create a surface mask.

Inheritance Hierarchy

SystemObject
  Autodesk.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

 NameDescription
Public methodSurfaceMaskCreationDataInitializes a new instance of the SurfaceMaskCreationData class
Public methodSurfaceMaskCreationData(String, String, ObjectId, ObjectIdCollection, Double, ObjectId, SurfaceMaskType, Boolean)Initializes a new instance of the SurfaceMaskCreationData class

Properties

 NameDescription
Public propertyDescription Gets or sets the description of the surface mask.
Public propertyIsRenderOnly Gets or sets whether this mask is readonly.
Public propertyLinkages Gets or sets the linkage ObjectIdCollection of the surface mask.
Public propertyMaterialId Gets or sets the material ObjectId of the surface mask.
Public propertyMidOrdinateDistance Gets or sets the mid ordinate distance of the surface mask.
Public propertyName Gets or sets the name of the surface mask.
Public propertySurfaceId Gets or sets surface ObjectId of the mask.
Public propertyType Gets or sets the type of the surface mask.

Remarks

Masks can be used to block out areas of a surface and prevent them from being displayed, or to render a section of the surface using a specified render material.

See Also

Reference

Was this information helpful?