Gets the display mode for all label styles in a drawing.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public PropertyEnum<LabelDisplayModeType> DisplayMode { get; }
Visual Basic
Public ReadOnly Property DisplayMode As PropertyEnum(Of LabelDisplayModeType) Get
Visual C++
public: property PropertyEnum<LabelDisplayModeType>^ DisplayMode { PropertyEnum<LabelDisplayModeType>^ get (); }
Exceptions
Exception | Condition |
---|---|
System.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. |