num = PARTST/'part_name'
This statement returns the load status of a given part. A part can be promoted to fully loaded by making it the work part. To make a fully loaded part become partially loaded, you must close the part - for a component of an assembly, close the entire assembly and then open it again. The return values are as follows.
Value |
Description |
0 |
Part is not loaded. |
1 |
Part is fully loaded. |
2 |
Part is partially loaded. |
Parameter |
Description |
'part_name' |
This string variable or string literal specifies the part name whose load status you wish to query. |