根据指定的XML字符串创建图层对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public virtual void FromXML( string xml ) |
参数
- xml
- Type: System..::.String
指定的描述图层信息的XML字符串。
C# |
---|
public virtual void FromXML( string xml ) |