formScene = SuperMap.Desktop.Application.ActiveForm as IFormScene; m_sceneControl = formScene.SceneControl; m_sceneControl.IsCursorCustomized = true; m_sceneControl.Cursor = Cursors.WaitCursor;
使用以上代码,在相关功能执行时,将场景中的游标变为等待状态,但是场景中的游标没有变化。