GetAttributes Method |
Gets the attributes in the block reference.
Signature
RetVal = object.GetAttributes()
Object
BlockRef, ExternalReference,
MInsertBlock
The object or objects this method applies to.
RetVal
Variant (array of AttributeReference
objects)
The array of 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 GetConstantAttributes method.
Comments? |