Applies material to the specified components.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetPropertiesForComponent( _
ByRef ComponentsNames As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityMaterial
Dim ComponentsNames As System.Object
instance.SetPropertiesForComponent(ComponentsNames) |
C++/CLI | |
---|
void SetPropertiesForComponent(
& System.Object^% ComponentsNames
) |
Parameters
- ComponentsNames
- Array of the names of the components to which to apply material properties
Example
Remarks
See Also
Availability
SolidWorks Sustainability API 2013 SP0