向布局元素集合中添加对象。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public bool AddNew( Geometry geometry ) |
参数
- geometry
- Type: SuperMap.Data..::.Geometry
向布局元素中添加的几何对象。
返回值
成功返回true,失败返回false。示例
请参见 MapLayout 类。