Share

SurfaceContourLabelGroupCreateOption.MaskType Property

Gets or sets the mask type for the created label.



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

Syntax

C#

public LabelMaskType MaskType { get; set; }

VB

Public Property MaskType As LabelMaskType
	Get
	Set

C++

public:
property LabelMaskType MaskType {
	LabelMaskType get ();
	void set (LabelMaskType value);
}

Property Value

LabelMaskType

Remarks

Default value is LabelMaskType.FromLabelStyle.

See Also

Reference

Was this information helpful?