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 System.String |
Visual Basic (Usage) | |
---|
Dim instance As IWire
Dim value As System.String
instance.ToComponentReference = value
value = instance.ToComponentReference |
C# | |
---|
System.string ToComponentReference {get; set;} |
C++/CLI | |
---|
property System.String^ ToComponentReference {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of the "to" component
Example
See Also
Availability
SolidWorks Routing 2006 FCS