LabelStyleDefaultDefaultBehaviorInsertOption Property |
Gets the ForcedInsertionType enum value that specifies the position of a label relative to an object.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<LabelInsertionType> InsertOption { get; }
Public ReadOnly Property InsertOption As PropertyEnum(Of LabelInsertionType)
Get
public:
property PropertyEnum<LabelInsertionType>^ InsertOption {
PropertyEnum<LabelInsertionType>^ get ();
}
Property Value
PropertyEnumLabelInsertionType
Remarks- Applies only when the Orientation Reference option is set to Object and the objects are lines, arc segments, or spline segments.
- Plan Readable should be set to True when using the Top or Bottom settings.
See Also