Gets the specified component associated with the mate that owns this load reference.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Component( _
ByVal WhichOne As System.Integer _
) As Component2 |
Visual Basic (Usage) | |
---|
Dim instance As IMateLoadReference
Dim WhichOne As System.Integer
Dim value As Component2
value = instance.Component(WhichOne) |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IMateLoadReference~Component.html# | |
---|
Component2 Component(
System.int WhichOne
) {get;} |
C++/CLI | |
---|
property Component2^ Component {
Component2^ get(System.int WhichOne);
} |
Parameters
- WhichOne
-
Property Value
Component associated with the mate that owns this load reference
Example
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0