Copies the specified loads and restraints to the specified study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CopyLoadsAndRestraintsToStudy( _
ByVal SStudyName As System.String, _
ByVal LRNames As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim SStudyName As System.String
Dim LRNames As System.Object
Dim value As System.Integer
value = instance.CopyLoadsAndRestraintsToStudy(SStudyName, LRNames) |
C# | |
---|
System.int CopyLoadsAndRestraintsToStudy(
System.string SStudyName,
System.object LRNames
) |
C++/CLI | |
---|
System.int CopyLoadsAndRestraintsToStudy(
& System.String^ SStudyName,
& System.Object^ LRNames
) |
Parameters
- SStudyName
- Name of study to which to copy loads and restraints
- LRNames
- Array of names of loads and restraints to copy (see Remarks)
Return Value
Error code as defined in
swsCopyItemsError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0