CCorrectiveTask Constructors: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:cCorrectiveTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.cModel}} <onlyinclude>A parameterized constructor for the [[CCorrectiv…') |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:cCorrectiveTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.[[ | {{DISPLAYTITLE:cCorrectiveTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.[[CCorrectiveTask_Class|cCorrectiveTask]]}} | ||
Revision as of 16:58, 11 August 2015
Member of: SynthesisAPI9.cCorrectiveTask
A parameterized constructor for the cCorrectiveTask class.
Syntax
cCorrectiveTask(Name)
Parameters
Name
- String. The name for the new corrective task. (Required)
Example
VB.NET 'The following code creates a new corrective task called "NewCTask". Dim CTask As cCorrectiveTask("NewCTask")