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.Styles
Assembly: 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; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the AxisTickStyle is obtained from a MassHaulViewStyle or SectionViewStyle.
See Also