Objects read
only indexed property Gets the object specified by name or reference
Id.
Syntax:
Set o = object.Objects( NameOrId)
Parameters:
NameOrId - Name (As specified previously in the AddObject)
or reference ID returned by AddObject or ObjectID
property.
Examples:
Remarks:
If you need to access one of the objects in the composite you can
use this property to get it by name or reference Id.
Applies to: VaryDisp
object
|