SettingsAlignmentSettingsStylesTangentIntersectLabelStyle Property

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.292
Syntax
[ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsStyles.PointOfIntersectLabelStyle instead.", 
	true)]
public PropertyString TangentIntersectLabelStyle { get; }

Property Value

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