Object Model Reference : Classes : E : Effect : Properties : Effect.CloneParent |
Property CloneParent As Effect
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.
Here is a code example:
Sub Test() |
ActiveShape.Effects(1).CloneParent.Blend.Steps = 5 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.