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