根据指定的参数构造一个三维图层是否可编辑设置改变事件参数类的新对象。

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

语法

C#
public Layer3DEditableChangedEventArgs(
	Layer3D layer,
	bool isEditable
)

参数

layer
Type: SuperMap.Realspace..::.Layer3D
指定的图层。
isEditable
Type: System..::.Boolean
图层是否可编辑。

请参见