Gets the default tangent intersection label style.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

  1. The objectId set to this property can only be tangent intersect label style.
  2. Property PointOfIntersectLabelStyle should be used instead.

See Also