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