Gets or sets the value which decides whether to label tangents only for extended tangent lengths from PVI to PVI location on the profile.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool LabelOnlyTangents { get; set; }
Visual Basic
Public Property LabelOnlyTangents As Boolean
	Get
	Set
Visual C++
public:
property bool LabelOnlyTangents {
	bool get ();
	void set (bool value);
}

Remarks

When the LabelOnlyTangents is set to true, CrestCurveTickStyle/SagCurveTickStyle/CrestCurveLabelStyleId/SagCurveLabelStyleId will throw an InvalidOperationException.

See Also