HasAttributes Property

Specifies whether the block has any attributes in it.

See Also | Example

Signature

object.HasAttributes

Object

BlockRef, ExternalReference; MInsertBlock

HasAttributes

Boolean; read-only

TRUE: The block reference has attributes.

FALSE: The block reference does not have attributes.

Remarks

This property is TRUE if the block reference contains any editable or constant (non-editable) attributes. It is FALSE if there are no attributes.

To return an array of Attribute objects associated to a block, use the GetAttributes method.

 

   Comments?