cphSbLoadSoftBlocks
cphSbLoadSoftBlocks(g_cphId t_fileName) =>t / nil
Description
Loads soft block data from the specified floorplan property file. In case of duplicate soft blocks data entries in the file, the function only considers the first data entry, and ignores subsequent duplicate entries.
Arguments
|
Name of the floorplan property file from which soft block data needs to be loaded |
Value Returned
|
Soft block data was loaded from the specified floorplan property file. |
|
|
Read operation failed. Soft block data was not loaded from the specified floorplan property file. |
Example
cphSbLoadSoftBlocks(cphId "softBlocks.txt")
Return to top