根据指定参数构造一个地形图层是否可见改变事件参数类的新对象。

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

语法

C#
public TerrainLayerVisibleChangedEventArgs(
	TerrainLayer layer,
	bool isVisible
)

参数

layer
Type: SuperMap.Realspace..::.TerrainLayer
指定的地形图层。
isVisible
Type: System..::.Boolean
指定的布尔值。

请参见