SOLIDWORKS PDM Professional API Help Send Feedback
IEdmTaskInstance Interface Members
See Also  Properties  Methods 
  
EPDM.Interop.epdm Namespace : IEdmTaskInstance Interface

The following tables list the members exposed by IEdmTaskInstance.

Public Properties

 NameDescription
 PropertyIDGets the database ID of this task instance.  
 PropertyInstanceGUIDGets the task instance GUID.  
 PropertyTaskGUIDGets the task definition GUID.  
 PropertyTaskNameGets the name of this task.  
Top

Public Methods

 NameDescription
 MethodGetStatusGets the current status of this task instance.  
 MethodGetValExGets the value of the specified user-defined variable.  
 MethodGetVarGets the value of a card variable created in the administration tool.  
 MethodSetProgressPosUpdates the task list progress bar during execution of this task instance.  
 MethodSetProgressRangeSets the range of the progress bar for the execution of this task instance.  
 MethodSetStatusSets the specified status of this task instance.  
 MethodSetValExSets a value for the specified user-defined variable.  
 MethodSetVarSets the value of a card variable created in the administration tool.  
Top

See Also