Share

ICommonLabelOptions Interface

The interface ICommonLabelOptions declares common behavioral options on labels.



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

Syntax

C#

public interface ICommonLabelOptions

VB

Public Interface ICommonLabelOptions

C++

public interface class ICommonLabelOptions

The ICommonLabelOptions type exposes the following members.

Properties

 NameDescription
Public propertyAllowsAnchorMarker Gets a boolean value that specifies whether anchor markers are supported by the label object.
Public propertyAllowsDimensionAnchors Gets a boolean value that specifies whether dimension anchors are supported by the label object.
Public propertyAllowsDragging Gets a boolean value that specifies whether the label object can be dragged.
Public propertyAllowsFlipping Gets a boolean value that specifies whether the label object can be flipped.
Public propertyAllowsLeaderAttachment Gets a boolean value that specifies whether leader attachment options are supported by the label object.
Public propertyAllowsPinning Gets a boolean value that specifies whether the label object can be pinned.
Public propertyAllowsReversing Gets a boolean value that specifies whether the label object can be reversed.
Public propertyDefaultDimensionAnchorOptionObsolete.
Gets or sets the default dimension anchor option.
Public propertyDefaultDimensionAnchorValueObsolete.
Gets or sets the default anchor value.
Public propertyRotationType Gets the rotation type of the label object, indicating whether the rotation is due to being dragged or settings in the label composer, or both.

See Also

Reference

Was this information helpful?