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