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.7.0.1276
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
PropertyEnumLabelInsideCurveTypeExceptions
Exception | 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. |