LabelMask Property

Gets the label mask type.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyEnum<LabelMaskType> LabelMask { get; }

Visual Basic

Public ReadOnly Property LabelMask As PropertyEnum(Of LabelMaskType)
	Get

Visual C++

public:
property PropertyEnum<LabelMaskType>^ LabelMask {
	PropertyEnum<LabelMaskType>^ get ();
}

See Also