Dimensions > Dimensions Assembly Interfaces > IDimBlockLoader
The IDimBlockLoader interface contains properties and methods of dictionary block data loader.
Property name | Brief description | |
![]() |
ColCount | The ColCount property returns the number of data-containing column in the loader. |
![]() |
RowCapacity | The RowCapacity property determines the number of rows with memory reserved to store data. |
![]() |
RowCount | The RowCount property returns the number of rows in the loader. |
![]() |
Value | The Value property determines value of loader element. |
Method name | Brief description | |
![]() |
AddRow | The AddRow method adds a new row to loader. |
See also: