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