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); }