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

For a list of all members of this type, see IEdmTaskProperties members.

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