Previous Document Next Document

Object Model Reference : Classes : E : Effect : Properties : Effect.CloneParent


Effect.CloneParent

Property CloneParent As Effect

Description

Member of Effect

The CloneParent property points to the effect object from which the current effect is cloned. Any changes to the clone parent effect are automatically reflected in the cloned effect (or effects).

In order for this property to be effective, there must be a clone-master relationship between objects in the active document and the cloned object must be the active object.

The CloneParent property returns a read-only value.

Example

Here is a code example:

Sub Test()
 ActiveShape.Effects(1).CloneParent.Blend.Steps = 5
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.