Returns the BuildingBlock with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Creates a new cross reference building block.
customText?
String
Building block custom text. Currently this is only useful in custom string building block. It is ignored for other types of building blocks.
Returns any BuildingBlock in the collection.
→ Number
Displays the number of elements in the BuildingBlock.
→ BuildingBlock[]
Returns every BuildingBlock in the collection.
Returns the first BuildingBlock in the collection.
Returns the BuildingBlock with the specified index or name.
→ BuildingBlock[]
Returns the BuildingBlocks within the specified range.
from
BuildingBlock | LongInteger | String
The BuildingBlock, index, or name at the beginning of the range. Can accept: BuildingBlock, Long Integer or String.
to
BuildingBlock | LongInteger | String
The BuildingBlock, index, or name at the end of the range. Can accept: BuildingBlock, Long Integer or String.
Returns the last BuildingBlock in the collection.
Returns the middle BuildingBlock in the collection.
Returns the BuildingBlock whose index follows the specified BuildingBlock in the collection.
Returns the BuildingBlock with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the BuildingBlock.
Object of 1
Properties elsewhere that hold a BuildingBlocks.