AutoCAD.BlockTableRecord

Inherits from AutoCAD.Object

Description

A class that encapsulates a DWG block table record.

This class is a FlexScript wrapper for the AcDbBlockTableRecord class.

Properties

blockInsertUnits The insert units of the block.
comments Gets/sets the comments of the block
isDynamic True if the block table record defines a dynamic block.
name Gets/sets the name of the block
origin The base point of the block.
unitsPerMeter The number of units in one meter for this block.

Methods

newIterator Gets an iterator over the entities of the block table record.

Details

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.BlockTableRecord.blockInsertUnits

blockInsertUnits

Description

The insert units of the block.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.BlockTableRecord.comments

comments

Description

Gets/sets the comments of the block

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.BlockTableRecord.isDynamic

isDynamic

Description

True if the block table record defines a dynamic block.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.BlockTableRecord.name

name

Description

Gets/sets the name of the block

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.BlockTableRecord.origin

origin

Description

The base point of the block.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.BlockTableRecord.unitsPerMeter

unitsPerMeter

Description

The number of units in one meter for this block.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.BlockTableRecord.newIterator()

AutoCAD.BlockTableRecordIterator newIterator( int atBeginning = 1 , int skipDeleted = 1 )

Description

Gets an iterator over the entities of the block table record.