Master Object

The Master object represents a library object (master object). A library object is an item stored in a library and that contains the following data describing the shape: the name of the library object, the description of the object, the icon and the shape itself.

Properties

Name Description
Shape Read-only. The shape, contained in the master object.
Name The name of the library shape.
Prompt A brief description of the master object.

Methods

Name Description
Equal Makes the library shape equivalent to the specified library shape.
SetShape Sets the specified shape as the shape, contained in the given master object.
SetIcon

Sets the image, contained in the specified file as the icon for the master shape.

Remarks

An instance of the Master object can be retrieved by using the following methods of the Library object: AddMaster method, Master method, MasterByName method.

 

See Also

Library object, Shape object