根据指定的参数刷新指定的树节点。

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

语法

C#
public bool RefreshNode(
	LayersTreeNodeBase node,
	bool refreshChildren
)

参数

node
Type: SuperMap.UI..::.LayersTreeNodeBase
指定需要刷新的树节点。
refreshChildren
Type: System..::.Boolean
设置是否刷新指定树节点下的子节点。

返回值

一个布尔值,如果成功返回 true,否则返回 false。

版本信息

SuperMap iObjects .NET


请参见