| Functions Documentation |
|
| Name |
objGetObjRefData |
| Syntax |
(objGetObjRefData spaceObject string) |
| Argument List |
spaceObject: The space object that you want to get the space object reference from.
string: The name of the space object reference. |
| Returns |
spaceObject: The space object in this space object that is named by the string. |
| Category |
spaceobject
|
| Description |
Returns the space object reference stored in this space object named by the string. |
| Example |
|
| Comment |
Used with objSetObjRefData. Just like objGetData except it can get space objects. |