cCrew Constructors
Jump to navigation
Jump to search
Member of: SynthesisAPI9.cCrew
A parameterized constructor for the cCrew class.
Syntax
cCrew(Name)
Parameters
Name
- String. The crew name. (Required)
Example
VB.NET 'The following code creates a new crew called "NewCrew". Dim MyCrew As cCrew("NewCrew")