AttributeReference Class

AutoCAD attribute reference.
Public Class AttributeReference 
Implements IDisposable, _ 
ICloneable, _ 
IEntity
This language is not supported or no code example is available.
public class AttributeReference : IDisposable
ICloneable
IEntity
This language is not supported or no code example is available.
Name Description
Public property Alignment Gets or sets the text alignment.
Public property Backward The text is flipped in X.
Public property Color Gets or sets the entity color.
Public property ColorMethod Gets or sets the entity color source.
Public property Constant Autodesk attribute mode. The attribute text is a fixed value and the value is preset.
Public property Height Gets or sets the text height.
Public property InsertionPoint Gets or sets the insertion point, (it corresponds to the Plane origin).
Public property Invisible Autodesk attribute mode. The attribute text is invisible. Note that the Environment.AttributeReferenceVisibilityMode system variable can override this setting.
Public property LayerName
Public property LineTypeMethod Gets or sets the entity line type source.
Public property LineTypeName Gets or sets the line type name of the Environment.LineTypes dictionary. In use only if the LineTypeMethod is byEntity.
Public property LineTypeScale Gets or sets the line type scale.
Public property LineWeight Gets or sets the entity line weight.
Public property LineWeightMethod Gets or sets the entity line weight source.
Public property NormalMode If true, the attribute modes are all false.
Public property Plane Gets or sets the planar entity supporting plane.
Public property Preset Autodesk attribute mode. The attribute is set to the default value if a preset value exists.
Public property StyleName Gets or sets the text style name.
Public property UpsideDown The text is flipped in Y.
Public property Value Gets or sets the attribute value.
Public property Verify Autodesk attribute mode. The attribute value is entered twice; upon block insertion, a prompt displays to verify that the attribute value is correct.
Public property Visible Gets or sets the entity visibility status.
Public property WidthFactor Gets or sets the text width factor.
Public property XData Gets or sets the XData value list.
Top
Methods
 
Name Description
Public method Clone() Creates a new object that is a copy of the current instance.
Public method ConvertToSurrogate() Converts the entity to its surrogate, for serialization purpose.
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method SynchronizeAttributes(Attribute) Synchronizes the data of the AttributeReference with the data of the attribute, copying all the data except the Value.
Public method ToString() Converts this AttributeReference to a human readable string.
Top
devDept.Eyeshot.AttributeReference

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition