SilverScreen Solid Modeler

ToString method

ToString method

Previous topic Next topic  

ToString method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

string ToString ( )

 

 

 

 

 




Synopsis

using SilverSharp;

 

The ToString method formats the SilverSharp.BOS_NODE object as a system string.

 

 

Parameters

none

 

 

Return Value

ToString returns a System.String representation of the SilverSharp.BOS_NODE object ready for use in a SilverScreen command. For instance, a result might be "object \obj1" or "block \walls\wall1"

 

 

See Also

BOS_NODE, Entity Types