Gets the LabelPlaceType enum value that specifies whether labels are placed inside or outside a curve.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public PropertyEnum<LabelInsideCurveType> InsideCurveOption { get; } |
Visual Basic |
---|
Public ReadOnly Property InsideCurveOption As PropertyEnum(Of LabelInsideCurveType) Get |
Visual C++ |
---|
public: property PropertyEnum<LabelInsideCurveType>^ InsideCurveOption { PropertyEnum<LabelInsideCurveType>^ get (); } |
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.