Removes an add-in's user interface from the DraftSight user interface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveUserInterface( _
BSTR ApiUuid As System.String _
) |
C# | |
---|
void RemoveUserInterface(
System.string ApiUuid
) |
JavaScript | |
---|
RemoveUserInterface(
ApiUuid : System.String
) |
Parameters
- ApiUuid
- UUID of the add-in
Example
This code snippet shows how to remove an add-in's user interface from the DraftSight user interface (from the DraftSight API COM native C++ template file DsAddinConnection.h).
COM native C++
m_DsApp->RemoveUserInterface( m_sApiUuid );
See Also
Availability
DraftSight V1R1