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 methods format a SilverSharp.ATTRIBUTE_NODE object as a string.

 

 

Parameters

none

 

 

Return Value

ToString returns a System.String object

 

 

Remarks

The parameterless form of ToString overrides the standard System.Object.ToString method.

 

 

See Also

ATTRIBUTE_NODE