Click or drag to resize
ExportTypeExtensionAllowUseInSWPDM Method
Export Type Extensions need to specify whether or not they support running in SOLIDWORKS PDM context.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual bool AllowUseInSWPDM()

Return Value

Type: Boolean
True if this extension supports running in PDM context, false if not and by default.
Availability

CUSTOMTOOLS 2020 SP1


See Also