Template:ALTADataSet.AddSuspension: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{APIName|'''AddSuspension'''(}} {{APIPrefix|ByVal}} {{APIName|Value}} {{APIPrefix|As Double}} {{APIName|,}} {{APIPrefix|ByVal}} {{APIName|NumberInGroup}} {{APIPrefix|As Integer}…')
 
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{APIName|'''AddSuspension'''(}}
<ul>
<li>{{APIName|[[ALTADataSet.AddSuspension|AddSuspension]](}}
{{APIPrefix|ByVal}}
{{APIPrefix|ByVal}}
{{APIName|Value}}
{{APIName|Value}}
Line 12: Line 13:
{{APIPrefix|As Object}}
{{APIPrefix|As Object}}
{{APIName|)}}
{{APIName|)}}
 
</li>
{{APIName|'''AddSuspension'''(}}
<li>{{APIName|[[ALTADataSet.AddSuspension|AddSuspension]](}}
{{APIPrefix|ByVal}}
{{APIPrefix|ByVal}}
{{APIName|Value}}
{{APIName|Value}}
Line 26: Line 27:
{{APIPrefix|As Object}}
{{APIPrefix|As Object}}
{{APIName|)}}
{{APIName|)}}
 
</li>
{{APIName|'''AddSuspension'''(}}
<li>{{APIName|[[ALTADataSet.AddSuspension|AddSuspension]](}}
{{APIPrefix|ByVal}}
{{APIPrefix|ByVal}}
{{APIName|Value}}
{{APIName|Value}}
Line 40: Line 41:
{{APIPrefix|As Object}}
{{APIPrefix|As Object}}
{{APIName|)}}
{{APIName|)}}
</li>
{{APIComment|Adds a suspension data point to the collection of data points in the data set.}}
</ul>

Latest revision as of 18:14, 11 February 2014

  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )