|
IDL Reference Guide: iTools Object Classes |
|
The IDLitContainer::GetByIdentifier function method retrieves an object from a container hierarchy using the specified identifier to locate the object.
Result = Obj->[IDLitContainer::]GetByIdentifier(Identifier)
Returns an object reference to the object that was requested from the hierarchy, or a null object reference if no object was located.
The object identifier of the object that should be retrieved from the container hierarchy. Identifier can be either a fully-qualified object identifier (beginning with a "/" character) or a relative to the container on which this method is called.
See iTool Object Identifiers for a discussion of object identifier strings.
None
IDL Online Help (March 06, 2007)