获取当前激活的地图对象,在没有激活的状态下,该属性为null。
命名空间:
SuperMap.UI程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public Map ActiveMap { get; } |
备注
该Map对象的内容是根据ActiveGeoMapID所对应的GeoMap进行初始化的,对Map对象数据的修改不会直接保持到GeoMap对象中。