Gets the attributes in the block reference. MSITStore:C:\Program%20Files\AutoCAD%202007\help\acadauto.chm::/getattributes_see_also.htm">See Also | MSITStore:C:\Program%20Files\AutoCAD%202007\help\acadauto.chm::/ex_getattributes.htm">Example Signature RetVal = object.GetAttributes() Object MSITStore:C:\Program%20Files\AutoCAD%202007\help\acadauto.chm::/idh_blockref_object.htm">BlockRef, MSITStore:C:\Program%20Files\AutoCAD%202007\help\acadauto.chm::/idh_externalreference_object.htm">ExternalReference, MSITStore:C:\Program%20Files\AutoCAD%202007\help\acadauto.chm::/idh_minsertblock_object.htm">MInsertBlock The object or objects this method applies to. RetVal Variant (array of AttributeReference objects) The array of MSITStore:C:\Program%20Files\AutoCAD%202007\help\acadauto.chm::/idh_attributeref_object.htm">AttributeReference objects. Remarks This method returns an array of editable attribute references attached to the block reference. You can only return the constant attributes for an external reference. To find the constant attributes of an external reference or block reference, use the MSITStore:C:\Program%20Files\AutoCAD%202007\help\acadauto.chm::/idh_getconstantattributes.htm">GetConstantAttributes method. |