Share

SettingsAlignment.SettingsStyles.TangentIntersectLabelStyle 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.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

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

Reference

Was this information helpful?