|
||
string ToString();
|
|
|
Synopsis |
using SilverSharp;
The ToString method formats a SilverSharp.MODEL_NODE object as a string.
|
|
Parameters |
none
|
|
Return Value |
ToString returns a System.String object
|
|
Remarks |
ToString overrides the standard System.Object.ToString method.
The model "cube" from the library "solids" would be formatted as "solids.cube"
|
|
See Also |
|