SOLIDWORKS PDM Professional API Help Send Feedback
IEdmTemplateMgr5 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmTemplateMgr5 Interface


Allows you to access the templates installed in the file vault.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmTemplateMgr5 
C# 
public interface IEdmTemplateMgr5 
C++/CLI 
public interface class IEdmTemplateMgr5 

Example

Remarks

This interface inherits from IDispatch. See IDispatch Interface (Automation)

Templates are sequences of commands that you set up using the Template Manager command in the File Explorer Tools menu. See the SOLIDWORKS PDM Professional help for more information.

Accessors

See Also