LabelStyleBaseBaseLabelDisplayMode Property |
Gets the display mode for all label styles in a drawing.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<LabelDisplayModeType> DisplayMode { get; }
Public ReadOnly Property DisplayMode As PropertyEnum(Of LabelDisplayModeType)
Get
public:
property PropertyEnum<LabelDisplayModeType>^ DisplayMode {
PropertyEnum<LabelDisplayModeType>^ get ();
}
Property Value
PropertyEnumLabelDisplayModeType
ExceptionsException | Condition |
---|
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