Share

SurfaceMaskCreationData.Type Property

Gets or sets the type of the surface mask.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SurfaceMaskType Type { get; set; }

VB

Public Property Type As SurfaceMaskType
	Get
	Set

C++

public:
property SurfaceMaskType Type {
	SurfaceMaskType get ();
	void set (SurfaceMaskType value);
}

Property Value

SurfaceMaskType

See Also

Reference

Was this information helpful?