Gets or sets a boolean value specifies that whether need to tick and label the start elevatioin.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.", false)] public bool TickAndLabelStartElevation { get; set; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.", _ False)> _ Public Property TickAndLabelStartElevation As Boolean Get Set
Visual C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.", false)] property bool TickAndLabelStartElevation { bool get (); void set (bool value); }
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the AxisTickStyle is obtained from a MassHaulViewStyle or SectionViewStyle. |