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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool LabelOnlyTangents { get; set; }
Public Property LabelOnlyTangents As Boolean
Get
Set
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