Gets the default tangent intersection label style.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsStyles.PointOfIntersectLabelStyle instead.", true)] public PropertyString TangentIntersectLabelStyle { get; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsStyles.PointOfIntersectLabelStyle instead.", _ True)> _ Public ReadOnly Property TangentIntersectLabelStyle As PropertyString Get
Visual C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.Settings.SettingsAlignment.SettingsStyles.PointOfIntersectLabelStyle instead.", true)] property PropertyString^ TangentIntersectLabelStyle { PropertyString^ get (); }
Remarks
- The objectId set to this property can only be tangent intersect label style.
- Property PointOfIntersectLabelStyle should be used instead.