Share via


ForeignData Property [Visio 2003 SDK Documentation]

Returns metafile, bitmap, or OLE data for a shape that represents a foreign object.

retVal = object**.ForeignData**

retVal     Byte. An array containing metafile, bitmap, or OLE data for the shape.

object     Required. An expression that returns a Shape object.

Version added

2002

Remarks

To determine whether a shape represents a foreign object, use the ForeignType property.

Applies to | Shape object

See Also | ForeignType property