Removes the specified pin connectors from the calculation of mass properties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemovePinConnectors( _
ByVal NameArray As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMassPropertiesManager
Dim NameArray As System.Object
Dim value As System.Integer
value = instance.RemovePinConnectors(NameArray) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMassPropertiesManager~RemovePinConnectors.html# | |
---|
System.int RemovePinConnectors(
System.object NameArray
) |
C++/CLI | |
---|
System.int RemovePinConnectors(
& System.Object^ NameArray
) |
Parameters
- NameArray
- Array of the names of pin connectors to remove
Return Value
Error code as defined in
swsSimMassPropertiesError_e
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0