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.4.2516.0

Syntax

C#
public PropertyEnum<LabelInsertionType> InsertOption { get; }
Visual Basic
Public ReadOnly Property InsertOption As PropertyEnum(Of LabelInsertionType)
	Get
Visual C++
public:
property PropertyEnum<LabelInsertionType>^ InsertOption {
	PropertyEnum<LabelInsertionType>^ get ();
}

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 settings.

See Also