public interface IImageTransformOCollectionEffectiveData extends IGenericCollection<IEffectEffectiveData>
Immutable object that represents a readonly collection of effective image transform effects.
Modifier and Type | Method and Description |
---|---|
IEffectEffectiveData |
get_Item(int index)
Returns element by index.
|
iterator
IEffectEffectiveData get_Item(int index)
Returns element by index.
index
- Index of item.IEffectEffectiveData
object.