Gets the collection of all alignment tangent intersection label styles.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public LabelStyleCollection TangentIntersectionLabelStyles { get; }
Visual Basic
Public ReadOnly Property TangentIntersectionLabelStyles As LabelStyleCollection Get
Visual C++
public: property LabelStyleCollection^ TangentIntersectionLabelStyles { LabelStyleCollection^ get (); }