从XML字符串中生成一个栅格分段专题图对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public override bool FromXML( string xml ) |
参数
- xml
- Type: System..::.String
传入的XML字符串。
返回值
如果构造成功返回true,否则返回false。备注
当传入的XML字符串引用为空时,则会抛出ArgumentNullException。