GetConstantAttributes Method

Gets the constant attributes in the block or external reference.

See Also | Example

Signature

RetVal = object.GetConstantAttributes()

Object

BlockRef, ExternalReference, MInsertBlock
The object or objects this method applies to.

RetVal

Variant (array of Attribute objects)
The array of Attribute objects that are constant for the block reference.

Remarks

This method returns an array of constant attributes attached to the block or external reference. The attributes returned are the constant attribute definitions, not attribute references.

 

   Comments?