Share

VerticalGeometryBandStyle.LabelOnlyTangents Property

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.8.0.280

Syntax

C#

public bool LabelOnlyTangents { get; set; }

VB

Public Property LabelOnlyTangents As Boolean
	Get
	Set

C++

public:
property bool LabelOnlyTangents {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Remarks

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

See Also

Reference

Was this information helpful?