CCrew Constructors: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
<onlyinclude>A parameterized constructor for the [[CCrew Class|cCrew]] class. ( | <onlyinclude>A parameterized constructor for the [[CCrew Class|cCrew]] class. (.NET only)</onlyinclude> | ||
== Syntax == | == Syntax == |
Latest revision as of 15:16, 3 August 2017
Member of: SynthesisAPI.cCrew
A parameterized constructor for the cCrew class. (.NET only)
Syntax
cCrew(Name)
Parameters
Name
- Required. String. The crew name.
Example
VB.NET 'The following code creates a new crew called "NewCrew". Dim MyCrew As New cCrew("NewCrew")