修改指定名称布局的内容。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool SetLayoutXML( string name, string xml ) |
参数
- name
- Type: System..::.String
指定的名称。
- xml
- Type: System..::.String
用来创建布局的XML字符串。
C# |
---|
public bool SetLayoutXML( string name, string xml ) |