Gets an object from an add-in DLL.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAddInObject( _
ByVal Clsid As System.String _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim Clsid As System.String
Dim value As System.Object
value = instance.GetAddInObject(Clsid) |
C# | |
---|
System.object GetAddInObject(
System.string Clsid
) |
C++/CLI | |
---|
System.Object^ GetAddInObject(
& System.String^ Clsid
) |
Parameters
- Clsid
GUID of the add-in as registered with SOLIDWORKS (see Remarks)
Return Value
Your add-in object
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0