CProfile Constructors: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.cProfile}}{{InProgress}} <onlyinclude>A parameterized constructor for the [[C…') |
Kate Racaza (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CProfile_Class|cProfile]] | {{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CProfile_Class|cProfile]]}} | ||
<onlyinclude>A parameterized constructor for the [[CProfile Class|cProfile]] class. ( | <onlyinclude>A parameterized constructor for the [[CProfile Class|cProfile]] class. (.NET only)</onlyinclude> | ||
== Syntax == | == Syntax == | ||
Line 15: | Line 15: | ||
'''VB.NET''' | '''VB.NET''' | ||
{{APIComment|' | {{APIComment|'Create a new profile called "NewProfile".}} | ||
{{APIPrefix|Dim}} | {{APIPrefix|Dim}} myResource {{APIPrefix|As New}} SynthesisAPI.cProfile({{APIString|"NewProfile"}}) |
Latest revision as of 15:11, 3 August 2017
Member of: SynthesisAPI.cProfile
A parameterized constructor for the cProfile class. (.NET only)
Syntax
cProfile(Name)
Parameters
Name
- Required. String. The name for the new profile.
Example
VB.NET 'Create a new profile called "NewProfile". Dim myResource As New SynthesisAPI.cProfile("NewProfile")