inspect_prop
inspect_prop
{s_propName | list}
[d_setObj | {d_ctuObj…} ]
Description
Returns the specified property for objects in a set or objects from a list of object references. If no objects are given, the objects in the selected set are inspected.
The shorthand version of this command, ip, can also be used.
If the property name is a dot-separated list of names, the name is treated specially, recursively processing for each element of the chain of names. The following command returns the great-grandfather for an object:
ip parent [ip parent [ip parent]]
This command can also be given as
ip parent.parent.parent
Arguments
|
Returns a list of all of the property names that exist on any of the referenced objects. |
Value Returned
|
Is the property value. If a list of object identifiers is input, then a list of property values is returned. |
Examples
The following examples illustrate how the inspect_prop (ip) command is used.
For additional examples, refer to:
Related Topics
Return to top