cphGetStopPoint
cphGetStopPoint(
g_physConfigID
t_path
)
=> t / nil
Description
Returns whether or not the stop point attribute is set for a specific occurrence in the physical configuration associated with the given ID.
Arguments
Value Returned
|
Hierarchy traversal is set to stop at the specified occurrence. |
|
|
Hierarchy traversal is not set to stop at the specified occurrence. |
Example
stopPoint=cphGetStopPoint(physConfigID "I0/N0")
Return to top