Gets the label mask type.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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