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