Note: This API is now obsolete.
Gets the default tangent intersection label style.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsStyles.PointOfIntersectLabelStyle instead.", true)] public PropertyString TangentIntersectLabelStyle { get; }
VB
<ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsStyles.PointOfIntersectLabelStyle instead.", true)> Public ReadOnly Property TangentIntersectLabelStyle As PropertyString Get
C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.Settings.SettingsAlignment.SettingsStyles.PointOfIntersectLabelStyle instead.", true)] property PropertyString^ TangentIntersectLabelStyle { PropertyString^ get (); }
Property Value
PropertyStringRemarks
- The objectId set to this property can only be tangent intersect label style.
- Property PointOfIntersectLabelStyle should be used instead.