LabelStyleBaseBaseBehaviorInsideCurveOption Property |
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.8.0.292
Syntaxpublic PropertyEnum<LabelInsideCurveType> InsideCurveOption { get; }
Public ReadOnly Property InsideCurveOption As PropertyEnum(Of LabelInsideCurveType)
Get
public:
property PropertyEnum<LabelInsideCurveType>^ InsideCurveOption {
PropertyEnum<LabelInsideCurveType>^ get ();
}
Property Value
PropertyEnumLabelInsideCurveType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the type of label style doesn't belong to anyone of the below types:
GeneralCurve, GeneralLink, ParcelLine, AlignmentGeometryPoint, AlignmentDesignSpeed, AlignmentCurve, AlignmentMajorStation, AlignmentMinorStation,
AlignmentSpiral, AlignmentStationEquation, AlignmentSuperelevationCriticalPoints, AlignmentProfileGeometryPoint, ProfileViewProjection, SectionViewProjection or PipePlanProfile.
|
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