LabelGroupSubEntity Class

A class that represents individual labels in a label group.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesLabelGroupSubEntity

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class LabelGroupSubEntity : ICommonLabelOptions, 
	ICommonLabel

The LabelGroupSubEntity 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 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 propertyDefaultDimensionAnchorOptionObsolete.
Public propertyDefaultDimensionAnchorValueObsolete.
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 propertyIndex Gets a reference to the LabelGroup instance parent of this object.
Public propertyLabelLocation Gets or sets the label location.
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 propertyParent Gets a reference to the LabelGroup instance parent of this object.
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 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.
Public propertyStyleId Gets or sets the label style.
Public propertyVisibility Gets or sets the entity's visibility.
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