获取布局对象中的布局元素集合。布局中可以放置指北针、图名、比例尺等地图要素,这些要素都作为布局的元素被添加和管理。

命名空间:  SuperMap.Layout
程序集:  SuperMap.Layout (in SuperMap.Layout)
版本: dll

语法

C#
[BrowsableAttribute(false)]
public LayoutElements Elements { get; }

字段值

默认值为空的 LayoutElements 对象。

请参见