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


Allows you to access all of the categories that have been set up in a 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 IEdmCategoryMgr6 
C# 
public interface IEdmCategoryMgr6 
C++/CLI 
public interface class IEdmCategoryMgr6 

Example

Remarks

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

To access this interface, call IEdmVault7::CreateUtility with eType = EdmUtility.EdmUtil_CategoryMgr.

Files in SOLIDWORKS PDM Professional can be categorized according to certain criteria such as card properties, file extensions, etc. The categories are set up using SOLIDWORKS PDM Professional’s administration tool.

Accessors

See Also