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


Allows you to manage task add-ins.
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 IEdmTaskMgr 
C# 
public interface IEdmTaskMgr 
C++/CLI 
public interface class IEdmTaskMgr 

Example

Remarks

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

Accessors

See Also