Removes the material property values (e.g., color) from the body in the specified configurations in parts and assemblies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IRemoveMaterialProperty( _
ByVal Config_opt As Integer, _
ByVal Config_count As Integer, _
ByRef Config_names As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim Config_opt As Integer
Dim Config_count As Integer
Dim Config_names As String
Dim value As Boolean
value = instance.IRemoveMaterialProperty(Config_opt, Config_count, Config_names)
|
Parameters
- Config_opt
- Configuration option as defined in swInConfigurationOpts_e
- Config_count
- Number of configurations in the part or assembly
- Config_names
- Array of configuration names
Return Value
True if the material is removed from the body, false if not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0