CCorrectiveTask Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{DISPLAYTITLE:cCorrectiveTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.cModel}} <onlyinclude>A parameterized constructor for the [[CCorrectiv…')
 
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:cCorrectiveTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.[[CModel_Class|cModel]]}}
{{DISPLAYTITLE:cCorrectiveTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.[[CCorrectiveTask_Class|cCorrectiveTask]]}}





Revision as of 16:58, 11 August 2015

APIWiki.png


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")