Visual Basic | |
---|---|
Public Interface IDsAddin |
C# | |
---|---|
public interface IDsAddin |
JavaScript | |
---|---|
Not supported |
COM native C++ | |
---|---|
Interface IDsAddin |
C++ | |
---|---|
class IDsAddin |
IDsAddin Interface | Send Feedback |
See Also Members |
Allows applications to create DraftSight add-ins.
- COM: You must implement the IDsAddin interface and register it as an in-process server.
- C++: You must externalize IDsAddin::ConnectToDraftSight and IDsAddin::DisconnectFromDraftSight functions.
- You must specify the add-in type, COM or C++, in the project-specific XML file located in the addinConfigs folder. See Getting Started.