ILineFormatCollectionEffectiveData

ILineFormatCollectionEffectiveData 接口

代表只读有效线格式集合的不可变对象。

public interface ILineFormatCollectionEffectiveData : IGenericCollection<ILineFormatEffectiveData>

属性

名称描述
Item { get; }获取指定索引处的元素。只读 ILineFormatEffectiveData

备注

此接口作为 IFormatSchemeEffectiveData 的一部分使用。

另见