Syntax
Visual Basic | |
---|
Function DisconnectFromDraftSight() As System.Boolean |
C# | |
---|
System.bool DisconnectFromDraftSight() |
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