Class
Member of BricscadDb
An Attribute (known as Attribute Definition in BricsCAD) defines the prompt, tag string, default value, and display characteristics of an attribute. When you insert a block into a drawing you get a BlockRef object. If the BlockRef "has attributes," you can iterate through the Attribute objects in the Attributes collection using the HasAttributes property. Each Attribute is an individual instantiation of the Attribute Definition object in the Block. It is this Attribute object that contains the value of the attribute.
To access the Attribute object, use the following methods and properties:
Methods | Properties |
---|---|
ArrayPolar | Alignment |
ArrayRectangular | Application |
Copy | Backward |
Delete | Constant |
GetBoundingBox | Document |
GetExtensionDictionary | FieldLength |
GetXData | Handle |
Highlight | HasExtensionDictionary |
Hyperlinks | Height |
IntersectWith | Hyperlinks |
Mirror | InsertionPoint |
Mirror3D | Invisible |
Move | Layer |
Rotate | Linetype |
Rotate3D | LinetypeScale |
ScaleEntity | Lineweight |
SetXData | LockPosition * |
TransformBy | Material * |
Update | Mode |
Normal | |
ObjectID | |
ObjectName | |
ObliqueAngle | |
OwnerID | |
PlotStyleName | |
Rotation | |
ScaleFactor | |
StyleName | |
TagString | |
TextAlignmentPoint | |
TextGenerationFlag | |
TextString | |
Thickness | |
TrueColor |
© Bricsys NV. All rights reserved. |