Adds the specified component from a 3DEXPERIENCE collaborative space to the specified location in this assembly in
SOLIDWORKS Connected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddPLMComponent( _
ByVal PLMID As System.String, _
ByVal ConfigName As System.String, _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim PLMID As System.String
Dim ConfigName As System.String
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Object
value = instance.AddPLMComponent(PLMID, ConfigName, X, Y, Z) |
C# | |
---|
System.object AddPLMComponent(
System.string PLMID,
System.string ConfigName,
System.double X,
System.double Y,
System.double Z
) |
C++/CLI | |
---|
System.Object^ AddPLMComponent(
& System.String^ PLMID,
& System.String^ ConfigName,
& System.double X,
& System.double Y,
& System.double Z
) |
Parameters
- PLMID
- Unique ID of a replacement component
- ConfigName
- Name of the configuration (Physical Product) from which to load the replacement component
- X
- X-coordinate of the component center
- Y
- Y-coordinate of the component center
- Z
- Z-coordinate of the component center
Return Value
IComponent2
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30