Gets or sets the name of the "to" component reference, the second component to which the wire is connected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ToComponentReference As String |
Visual Basic (Usage) | |
---|
Dim instance As IWire
Dim value As String
instance.ToComponentReference = value
value = instance.ToComponentReference
|
C# | |
---|
string ToComponentReference {get; set;} |
C++/CLI | |
---|
property String^ ToComponentReference {
String^ get();
void set (String^ value);
} |
Return Value
Name of the "to" component
Example
See Also
Availability
SolidWorks Routing 2006 FCS