Sets the specified contact set as the default contact set in the set of contact sets to edit.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetAsDefaultContactSet( _
ByVal SName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMultipleContactSetsEditManager
Dim SName As System.String
Dim value As System.Integer
value = instance.SetAsDefaultContactSet(SName) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMultipleContactSetsEditManager~SetAsDefaultContactSet.html# | |
---|
System.int SetAsDefaultContactSet(
System.string SName
) |
C++/CLI | |
---|
System.int SetAsDefaultContactSet(
& System.String^ SName
) |
Parameters
- SName
- Name of contact set to make the default contact set
Return Value
Error code as defined in
swsMultipleContactsEditErrorCode_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0