Share

LabelStyleDefault.DefaultBehavior.InsideCurveOption Property

Gets the LabelPlaceType enum value that specifies whether labels are placed inside or outside a curve.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyEnum<LabelInsideCurveType> InsideCurveOption { get; }

VB

Public ReadOnly Property InsideCurveOption As PropertyEnum(Of LabelInsideCurveType)
	Get

C++

public:
property PropertyEnum<LabelInsideCurveType>^ InsideCurveOption {
	PropertyEnum<LabelInsideCurveType>^ get ();
}

Property Value

PropertyEnumLabelInsideCurveType

Remarks

If true: Moves label components on the outside of curve to the inside of curve. The components maintain the same offset and rotation. If false: All label components remain as composed. This is the default setting. Available only for curve label styles. This setting has precedence over any forced insertion setting.

See Also

Reference

Was this information helpful?