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.8.0.292
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
Set
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.",
false)]
property bool TickAndLabelStartElevation {
bool get ();
void set (bool value);
}
Property Value
Boolean
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the AxisTickStyle is obtained from a MassHaulViewStyle or SectionViewStyle.
|
See Also