cphSetOccurStopPoint
cphSetOccurStopPoint(
g_physConfigID
t_path
g_boolean
)
=> t / nil
Description
Sets or unsets the stop point attribute on a specified occurrence of an instance in the physical configuration associated with the given ID. This means that hierarchy traversal always stops at this instance.
Arguments
|
Boolean specifying whether the stop point is to be set ( |
Value Returned
|
The stop point was set or unset on the specified occurrence. |
|
Example
This example unsets the stop point attribute for an occurrence I0/N0.
cphSetOccurStopPoint(physConfigID "I0/N0" nil)
Return to top