ALTAStressProfile Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|ALTAStressProfile Class|ALTAStressProfile}}
{{Template:API}}{{Template:APIBreadcrumb}}
Initialize a new instance of the [[ALTAStressProfile Class|ALTAStressProfile]] class.
 
 
<onlyinclude>A parameterized constructor for the [[ALTAStressProfile_Class|ALTAStressProfile]] class. (VB.NET only)</onlyinclude>


== Syntax ==
== Syntax ==
*ALTAStressProfile()                                                 {{APIComment|{{Template:ALTAStressProfile_Constructors1.Cmt}}}}
'''ALTAStressProfile'''(''Name'')
*ALTAStressProfile( Name {{APIPrefix|As String}})                    {{APIComment|{{Template:ALTAStressProfile_Constructors2.Cmt}}}}
 
===Parameters===
''Name''
:Required. String. The name of the new stress profile.


Parameters
== Example ==
:''Name'': The name of the new stress profile.
'''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

APIWiki.png


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