获取或设置当前地图下所有物标类型是否可选择的对应关系。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public Dictionary<string, bool> SelectableFeature { get; set; } |
备注
设置物标是否可选择的对应关系时,需要先获得原来物标是否可选择的对应关系。
C# |
---|
public Dictionary<string, bool> SelectableFeature { get; set; } |