用于将当前布局元素指针移动到指定的位置,成功则返回 true。

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

语法

C#
public bool MoveTo(
	int position
)

参数

position
Type: System..::.Int32
移动到的位置,即第几条布局元素。

返回值

移动指针成功返回true,否则返回false。

版本信息

SuperMap iObjects .NET


请参见