|
||
string ToString ( )
|
|
|||
Synopsis |
using SilverSharp;
The ToString method formats the SilverSharp.EDGE_NODE object as a system string that is suitable for use with ss_command.
|
|
||
Parameters |
none
|
|
||
Return Value |
ToString returns a System.String representation of the EDGE_NODE object.
|
|
||
See Also |
|
|
||
Example |
The following code moves every edge in an object 2 units in the direction of the positive x-axis:
Note: The use of ToString is implied above. |
|