LabelStyleBaseBaseBehaviorInsertOption Property

Gets the ForcedInsertionType enum value that specifies the position of a label relative to an object.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PropertyEnum<LabelInsertionType> InsertOption { get; }

Property Value

PropertyEnumLabelInsertionType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the type of label style belongs to anyone of the below types: ParcelArea, ProfileMajorStation, ProfileMinorStation, ProfileHorizontalGeometryPoint, ProfileGradeBreaks, ProfileLine, or ProfileCurve.
Remarks
  1. Applies only when the Orientation Reference option is set to Object and the objects are lines, arc segments, or spline segments.
  2. Plan Readable should be set to True when using the Top or Bottom.
See Also