CTInterface Methods |
The CTInterface type exposes the following members.
Name | Description | |
---|---|---|
GetSWDocManager |
Get licensed instance of SOLIDWORKS Document Manager.
Instance is available only if CTInterface has been initialized by CUSTOMTOOLS.
| |
GetXMLData |
When OnSaveToStoragePre is invoked (during document save-operation),
this function can be used to retrieve current CustomScope data in XML.
Modified data can be sent back for CUSTOMTOOLS with SetXMLData using the same key.
| |
SetXMLData |
When OnSaveToStoragePre is invoked (during document save-operation),
this function can be used to manipulate CustomScope data in XML.
Data that CUSTOMTOOLS was about to store can be accessed with GetXMLData using the same key.
|