DisconnectFromDraftSight Method (IDsAddin) Send Feedback
See Also 

 

     Calls this method when DraftSight is about to be destroyed.

Syntax

Visual Basic 
Function DisconnectFromDraftSight() As System.Boolean
C# 
System.bool DisconnectFromDraftSight()
JavaScript 
Not supported
COM native C++ 
HRESULT DisconnectFromDraftSight(
   VAIRANT_BOOL* Val
)
C++ 
DSRESULT DisconnectFromDraftSight(
   bool* Val
)

Return Value

True if the add-in disconnected successfully, false if not  

See Also