Share

LabelStyleBase.BaseLabel.DisplayMode 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.280

Syntax

C#

public PropertyEnum<LabelDisplayModeType> DisplayMode { get; }

VB

Public ReadOnly Property DisplayMode As PropertyEnum(Of LabelDisplayModeType)
	Get

C++

public:
property PropertyEnum<LabelDisplayModeType>^ DisplayMode {
	PropertyEnum<LabelDisplayModeType>^ 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

Reference

Was this information helpful?