|
GseosBlocks.TBDMBlock.SendBlock
|
Previous Top Next |
| Parameter | Description
|
| bCopyMode | Optional. If True the contents of the block will be copied into the next block. The default is False and you will get an uninitialized block after you sent off the current one.
|
| bDataSource | Optional, defaults to False if not specified. If True the block is generated from the Python data source and is mutually exclusive with all other data sources in the system. To enable the data source call GseosBlocks.EnableDataSource(). You usually specify this parameter only if you write a data source in a Python module.
|