Sets the name of this topology study frequency constraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetName( _
ByVal SName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyFrequencyConstraint
Dim SName As System.String
Dim value As System.Integer
value = instance.SetName(SName) |
C# | |
---|
System.int SetName(
System.string SName
) |
C++/CLI | |
---|
System.int SetName(
& System.String^ SName
) |
Parameters
- SName
- Name of the frequency constraint
Return Value
Result code as defined in
swsTopologyStudy_FrequencyConstraintErrors_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0