IWxShape.Extension

Syntax

Extension: IWxShapeExtension;

Description

The Extension property determines shape extension object.

Comments

To create a shape extension, use the IWxShape.CreateExtension method. After the specified method is called, the object to be used as a shape extension can be defined using this property.

In the current version extensions are created to display on the workspace shapes corresponding to repository objects.

Example

The example of use is given in description of IWxShape.CreateExtension.

See also:

IWxShape