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

The following tables list the members exposed by IEdmTaskProperties.

Public Properties

 NameDescription
 PropertyAddInNameGets the name of the add-in that is used to execute this task.  
 PropertyFormNameGets the name of the data card to show when the task is launched.  
 PropertyIsScheduledGets whether this task is scheduled.  
 PropertyRetryCountGets the number of times to retry the task on failure.  
 PropertyTaskFlagsGets or sets task-specific options.  
 PropertyTaskGUIDGets the unique ID of this task definition.  
 PropertyTaskIDGets the database ID of this task definition.  
 PropertyTaskNameGets the name of this task.  
 PropertyTimeoutInSecondsGets the number of seconds to wait until failing the task.  
 PropertyUserNameGets the name of the user as whom to execute this task.  
Top

Public Methods

 NameDescription
 MethodGetMenuCmdsGets the menu commands set with IEdmTaskProperties::SetMenuCmds.  
 MethodGetSelGets the selection of objects on which to execute this task.  
 MethodGetSetupPagesGets the setup pages added to the task property dialog box using IEdmTaskProperties::SetSetupPages.  
 MethodGetValExGets the value of a user-defined variable created with IEdmTaskProperties::SetValEx.  
 MethodGetVarGets the value of a card variable created in the administration tool and set by IEdmTaskProperties::SetVar.  
 MethodSetMenuCmdsAdds the specified menu commands to File Explorer context menus.  
 MethodSetSelSets the selection of objects on which to execute this task.  
 MethodSetSetupPagesAdds setup pages to the task property dialog box for this task definition.  
 MethodSetValExSets a value for the specified user-defined variable.  
 MethodSetVarSets the value of a card variable created in the administration tool.  
Top

See Also