| Visual Basic | |
|---|---|
Sub RemoveUserInterface( _ ByVal ApiUuid As System.String _ ) | |
| C# | |
|---|---|
void RemoveUserInterface( System.string ApiUuid ) | |
| JavaScript | |
|---|---|
RemoveUserInterface( ApiUuid : String ) | |
Parameters
- ApiUuid
- UUID of the add-in
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 );
DraftSight V1R1
Syntax