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