Python scripting downloader - Objects

DULPythonProgram

 

Methods

 

GetUsedBaseProfile(): DULPythonBaseProfile

 

 

o

return

Returns the used BaseProfile if set for the entire program, nullptr otherwise

 

Gets the program wide base profile, if set.

 


 

GetUsedToolProfile(): DULPythonToolProfile

 

 

o

return

Returns the used ToolProfile if set for the entire program, nullptr otherwise

 

Gets the program wide tool profile, if set.

 


 

GetOperationGroups(): list

 

 

o

return

Returns a list of DULPythonOperationGroup containing all operation groups

 

Gets all operation groups.

 


 

GetSubprograms(): list

 

 

o

return

Returns a list of DULPythonSubprogram containing all subprograms

 

Gets all subprograms.

 


 

GetGroupsAndSubprograms(): list

 

 

o

return

Returns a list of all operation groups and subprograms

 

Gets all operation groups and subprograms.

 



Previous
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante