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