LabelStyleBaseBaseLabelDisplayMode Property

Gets the display mode for all label styles in a drawing.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PropertyEnum<LabelDisplayModeType> DisplayMode { get; }

Property Value

PropertyEnumLabelDisplayModeType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the type of label style doesn't belong to anyone of the below types: AlignmentLine, AlignmentCurve, AlignmentSpiral, ParcelLine, ParcelCurve, GeneralLine, or GeneralCurve.
See Also