IsLayout Property

Determines whether the given block is a layout block.

See Also | Example

Signature

object.IsLayout

object

Block
The object or objects this property applies to.

IsLayout

Boolean; read-only

TRUE: The block is a layout.

FALSE: The block is not a layout.

Remarks

The IsLayout property works with the IsXRef property. If both properties are FALSE, then the block is a simple block. If the IsXRef property is TRUE, then the block is an external reference. If the IsLayout property is TRUE, then the block contains all the geometry associated with a layout.

 

   Comments?