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) Version: 25.0
Syntax
public virtual bool AllowUseInSWPDM()

Return Value

Boolean
True if this extension supports running in PDM context, false if not and by default.
Revision History
DateVersionDescription
-2020 SP1First Release
See Also