IFillFormatCollectionEffectiveData

IFillFormatCollectionEffectiveData interface

Immutable object that represents a readonly collection of effective fill formats.

public interface IFillFormatCollectionEffectiveData : IGenericCollection<IFillFormatEffectiveData>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only IFillFormatEffectiveData.

Remarks

This interface is used as a part of IFormatSchemeEffectiveData.

See Also