ISummaryZoomSectionCollection
ISummaryZoomSectionCollection 接口
表示摘要缩放节对象的集合。
public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>
属性
名称 | 描述 |
---|---|
Item { get; } | 获取指定索引处的元素。只读 ISummaryZoomSection 。 |
方法
名称 | 描述 |
---|---|
AddSummaryZoomSection(ISection) | 创建新的摘要缩放节对象并将其添加到集合中 |
Clear() | 从集合中移除所有 SummaryZoomSection 对象。 |
GetSummarySection(ISection) | 返回给定节的摘要缩放节元素。 |
IndexOf(ISummaryZoomSection) | 返回指定 SummaryZoomSection 对象的索引。 |
RemoveSummaryZoomSection(ISection) | 从集合中移除摘要缩放节对象。 |