ILineFormatCollectionEffectiveData

ILineFormatCollectionEffectiveData 接口

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

public interface ILineFormatCollectionEffectiveData : IGenericCollection<ILineFormatEffectiveData>

属性

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

备注

此接口用于 IFormatSchemeEffectiveData 的一部分。

另见