cphGetAllOpenConfigs
cphGetAllOpenConfigs(
)
=> l_physConfigID / nil
Description
Returns the IDs associated with all the open physical configuration views.
Arguments
Value Returned
|
List of IDs of the physical configuration cellviews currently open. |
|
Example
Finds all the open physical configuration cellviews and makes them read only.
foreach(cph cphGetAllOpenConfigs() cphChangeEditMode(cph “r”))
Return to top