点击或拖拽改变大小

ElementCollection 类

IElement集合
继承层次
SystemObject
  GISShare.SMap.WPF.ElementElementCollection

命名空间:  GISShare.SMap.WPF.Element
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public class ElementCollection : IElementCollection, 
	IEnumerable, ICollectionLock, ICollectionLockEdit

The ElementCollection type exposes the following members.

构造函数
  名称说明
公共方法ElementCollection
IElement集合
Top
属性
  名称说明
公共属性Count
获取其携带的IElement总数
公共属性Item
获取IElement 通过 索引
公共属性Lock
读取锁的状态
Top
方法
  名称说明
公共方法Add
添加一个 IElement
公共方法Clear
清空 IElement元素
受保护的方法ElementFilter
IElement元素过滤函数
受保护的方法ElementProcess
IElement元素后处理函数
公共方法GetEnumerator
返回循环访问的枚举数
公共方法IndexOf
获取IElement索引
公共方法Insert
加入一个 IElement元素
公共方法RemoveAt
移除IElement 通过 索引
Top
参见