响应当场景窗口中所显示的三维图层的数组(即 IFormScene. ActiveLayer3Ds属性)发生改变时的事件实现。

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

语法

C#
public virtual void FormScene_ActiveLayer3DsChanging(
	Object sender,
	CancelEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: System.ComponentModel..::.CancelEventArgs
包含事件数据的场景窗口中所显示的三维图层的数组发生改变时事件参数类(CancelEventArgs)的对象。

请参见