Share

LabelStyleDefault.DefaultBehavior Class

The behavior related properties of the default label style settings.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesLabelStyleDefaultDefaultBehavior


Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public sealed class DefaultBehavior : TreeOidWrapper

VB

Public NotInheritable Class DefaultBehavior
	Inherits TreeOidWrapper

C++

public ref class DefaultBehavior sealed : public TreeOidWrapper

The LabelStyleDefaultDefaultBehavior type exposes the following members.

Properties

 NameDescription
Public propertyInsertOption Gets the ForcedInsertionType enum value that specifies the position of a label relative to an object.
Public propertyInsideCurveOption Gets the LabelPlaceType enum value that specifies whether labels are placed inside or outside a curve.
Public propertyOrientationReference Gets the OrientationReferenceType enum value that specifies the orientation reference of the labels.

See Also

Reference

Was this information helpful?