ALTAStressProfile Constructors: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
<onlyinclude>A parameterized constructor for the [[ALTAStressProfile_Class|ALTAStressProfile]] class. (VB.NET only)</onlyinclude> | |||
== Syntax == | == Syntax == | ||
'''ALTAStressProfile'''(''Name'') | |||
===Parameters=== | |||
''Name'' | |||
:Required. String. The name of the new stress profile. | |||
== Example == | |||
'''VB.NET''' | |||
{{APIComment|'The following code creates a new stress profile named "Temperature1".}} | |||
{{APIPrefix|Dim}} SP {{APIPrefix|As New}} ALTAStressProfile({{APIString|"Temperature1"}}) |
Revision as of 20:55, 19 April 2016
Member of: SynthesisAPI
A parameterized constructor for the ALTAStressProfile class. (VB.NET only)
Syntax
ALTAStressProfile(Name)
Parameters
Name
- Required. String. The name of the new stress profile.
Example
VB.NET 'The following code creates a new stress profile named "Temperature1". Dim SP As New ALTAStressProfile("Temperature1")