AxisTickStyleTickAndLabelStartElevation Property |
Note: This API is now obsolete.
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.7.0.1190
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.",
false)]
public bool TickAndLabelStartElevation { get; set; }<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.",
false)>
Public Property TickAndLabelStartElevation As Boolean
Get
Setpublic:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.",
false)]
property bool TickAndLabelStartElevation {
bool get ();
void set (bool value);
}Property Value
Boolean
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the AxisTickStyle is obtained from a MassHaulViewStyle or SectionViewStyle.
|
See Also