Shape.ContainingMasterID Property

Visio Automation Reference

Returns the ID of the Master object that contains an object. Read-only.

Version Information
 Version Added:  Visio 2003

Syntax

expression.ContainingMasterID

expression   A variable that represents a Shape object.

Return Value
Long

Remarks

If the object is not in a Master object, the ContainingMasterID property returns -1. For example, if a Shape object belongs to the Shapes collection of a Page object, the ContainingMasterID property returns -1.

See Also