Share

AxisTickStyle.TickAndLabelStartElevation 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.280

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.", 
	false)]
public bool TickAndLabelStartElevation { get; set; }

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.", 
	false)>
Public Property TickAndLabelStartElevation As Boolean
	Get
	Set

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.AxisStyle.ShowTickAndLabel instead.", 
	false)]
property bool TickAndLabelStartElevation {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the AxisTickStyle is obtained from a MassHaulViewStyle or SectionViewStyle.

See Also

Reference

Was this information helpful?