根据给定的参数初始化三维场景重命名事件参数类的新实例。

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

语法

C#
public SceneRenamingEventArgs(
	string oldName,
	string newName,
	bool cancel
)

参数

oldName
Type: System..::.String
将被重命名的三维场景的名称。
newName
Type: System..::.String
三维场景的新名称。
cancel
Type: System..::.Boolean
表示是否取消事件的值。如果应取消事件,则为 true;否则为 false。

版本信息

SuperMap iObjects .NET


SuperMap Objects .NET

受以下版本支持: 6.1.3

请参见