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