ICommonLabel Interface

The interface ICommonLabel declares properties and methods common to all classes representing labels.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public interface ICommonLabel

The ICommonLabel type exposes the following members.

Properties
 NameDescription
Public propertyAnchorInfo Gets information about the label anchor.
Public propertyAnchorMarkerRotationAngle Gets or sets the anchor marker rotation angle.
Public propertyAnchorMarkerStyleId Gets or sets the anchor marker style.
Public propertyCanRotate Gets whether the label object can be rotated.
Public propertyDimensionAnchorInfo Gets information about the label dimension anchor.
Public propertyDimensionAnchorOption Gets or sets the dimension anchor option.
Public propertyDimensionAnchorValue Gets or sets the dimension anchor value.
Public propertyDragged Gets a bool value that specifies whether the label has been dragged.
Public propertyDraggedOffset Gets or sets the dragged offset on the sub-entity label.
Public propertyFlipped Gets or sets the flipped state of the label.
Public propertyLeaderAttachment Gets or sets the leader attachment option.
Public propertyLeaderTailVisibility Gets or sets the leader tail visibility.
Public propertyLeaderVisibility Gets or sets the leader visibility.
Public propertyPinned Gets or sets the pinned state of the label.
Public propertyReversed Gets or sets the reversed state of the label.
Public propertyRotationAngle Gets or sets the rotation angle of the label.
Public propertyStyleId Gets or sets the label style id.
Top
Methods
 NameDescription
Public methodClearAllTextComponentOverrides Clears all text component overrides in the label.
Public methodGetReferenceTextTarget Get the ObjectId of civil object which is referred by specified reference text component.
Public methodGetTextComponentIds Gets a collection of object ids that represent the text components in a label.
Public methodGetTextComponentJustificationOverride Get the overriden justification on the specified text component.
Public methodGetTextComponentOverride Get the overriden text on the specified text component.
Public methodIsTextComponentOverriden Returns whether the specified text component is overridden.
Public methodReset Resets the label object to its defaults.
Public methodResetLocation Resets the location of the label object to its default.
Public methodResetProperties Resets the properties of the label object to its defaults.
Public methodSetReferenceTextTarget Makes the reference text component refer to other civil object.
Public methodSetTextComponentJustificationOverride Overrides the justification on the specified text component.
Public methodSetTextComponentOverride(ObjectId, String) Overrides the text on the specified text component.
Public methodSetTextComponentOverride(ObjectId, String, TextJustificationType) Overrides the text and justification on the specified text component.
Top
See Also