在布局元素集合中搜索指定 ID 号的布局元素,并把当前布局元素指针定位于该布局元素。

命名空间:  SuperMap.Layout
程序集:  SuperMap.Layout (in SuperMap.Layout)
版本: dll

语法

C#
public bool SeekID(
	int id
)

参数

id
Type: System..::.Int32
要搜索的ID号。

返回值

成功则返回true,否则返回false。

请参见