Hide Table of Contents
DModelViewEvents_DestroyNotify2EventHandler Delegate (SolidWorks.Interop.sldworks)

Pre-notifies the user program when a model view is about to be destroyed.

.NET Syntax

Visual Basic (Declaration) 
Public Delegate Function DModelViewEvents_DestroyNotify2EventHandler( _
   ByVal DestroyType As System.Integer _
) As System.Integer
Visual Basic (Usage) 
Dim instance As New DModelViewEvents_DestroyNotify2EventHandler(AddressOf HandlerMethod)
C# 
public delegate System.int DModelViewEvents_DestroyNotify2EventHandler( 
   System.int DestroyType
)
C++/CLI 
public delegate System.int DModelViewEvents_DestroyNotify2EventHandler( 
&   System.int DestroyType
)

Parameters

DestroyType
Value as defined by swDestroyNotifyType_e

Remarks

 

This event is sent when a view is being destroyed and will no longer be available to the end-user. In this case, the destroyType value is swDestroyNotifyDestroy.

 

This event is also sent for each view of a model when the document is closed, yet the view is not destroyed. This can happen when the model is being used by an open assembly or drawing document. In this case, the destroyType value is swDestroyNotifyHidden. This indicates that the view is still available for use, but is not visible.

 

If the part is then reopened, a IPartDoc ViewNewNotify2 event is again sent for all views in the part. At this point, you can recreate your link to these views, or if your application did not destroy the views, you can recognize that these views are no longer hidden. When the document and all referencing assemblies and drawings are finally closed, then the views are destroyed and this event is sent for each of the model views, with the destroyType = swDestroyNotifyDestroy.

 

If developing a C++ application, use swViewDestroyNotify2 to register for this notification.

Availability

SOLIDWORKS 2001Plus FCS, Revision Number 10.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   DModelViewEvents_DestroyNotify2EventHandler Delegate (SolidWorks.Interop.sldworks)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.