Share

SettingsSurface.SettingsContourLabeling.LabelMask Property

Gets the label mask type.



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

Syntax

C#

public PropertyEnum<LabelMaskType> LabelMask { get; }

VB

Public ReadOnly Property LabelMask As PropertyEnum(Of LabelMaskType)
	Get

C++

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

Property Value

PropertyEnumLabelMaskType

See Also

Reference

Was this information helpful?