Click or drag to resize
CTInterface Methods

The CTInterface type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSWDocManager
Get licensed instance of SOLIDWORKS Document Manager. Instance is available only if CTInterface has been initialized by CUSTOMTOOLS.
Public methodGetXMLData
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.
Public methodSetXMLData
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.
Top
See Also