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