  | ExportTypeExtensionAllowUseInSWPDM Method  | 
            Export Type Extensions need to specify whether or not they support running in SOLIDWORKS PDM context.
            
 
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic virtual bool AllowUseInSWPDM()
Public Overridable Function AllowUseInSWPDM As Boolean
Return Value
Type: 
BooleanTrue if this extension supports running in PDM context, false if not and by default.
Availability
See Also