Gets the default tangent intersection label style.
Namespace: Autodesk.Civil.SettingsAssembly: 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
See Also