Adds the specified component at the specified coordinates as a Smart Component to this assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddSmartComponent( _
ByVal CompName As String, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) As Component2 |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim CompName As String
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim value As Component2
value = instance.AddSmartComponent(CompName, X, Y, Z)
|
C# | |
---|
Component2 AddSmartComponent(
string CompName,
double X,
double Y,
double Z
) |
C++/CLI | |
---|
Component2^ AddSmartComponent(
& String^ CompName,
& double X,
& double Y,
& double Z
) |
Parameters
- CompName
- Path and filename of the part document to add as a Smart Component
- X
- X coordinate for the Smart Component
- Y
- Y coordinate for the Smart Component
- Z
- Z coordinate for the Smart Component
Return Value
Smart Component
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0