Deletes the specified fatigue event.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub DeleteFatigueEvent( _
ByVal SName As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
Dim SName As System.String
instance.DeleteFatigueEvent(SName) |
C# | |
---|
void DeleteFatigueEvent(
System.string SName
) |
C++/CLI | |
---|
void DeleteFatigueEvent(
& System.String^ SName
) |
Parameters
- SName
- Name of the fatigue event to delete (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0