VerticalGeometryBandStyleLabelOnlyTangents 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.292
Syntax
public bool LabelOnlyTangents { get; set; }

Property Value

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