通过XML字符串创建布局对象。

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

语法

C#
public bool FromXML(
	string xml
)

参数

xml
Type: System..::.String
指定的XML字符串。

返回值

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

请参见