Shape.ForeignData Property

Visio Automation Reference

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

Version Information
 Version Added:  Visio 2002

Syntax

expression.ForeignData

expression   A variable that represents a Shape object.

Return Value
Byte()

Remarks

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

See Also