Target.PicturesC Property

 Target.PicturesC  (read-write, Collection)
 
COM-compatible variant of the Pictures property.

Syntax

Target.PicturesC [= Collection]

The property syntax has these parts:

Part Description
Value (Collection) COM-compatible variant of the Pictures property.

Remarks

Use this variant from scripting languages and other COM clients. The Pictures property is a generic (strictly typed) collection that cannot be used from COM. [p]Use Target.PicturesC.Add(Picture) to add Picture objects to the Target.[/p]