Name (RendererArchiveInfo)
Description
Returns the name of the archive as declared by the rendering engine.
C# Syntax
// get accessor String rtn = RendererArchiveInfo.Name;
Examples
JScript Example
var oMentalRay = Application.Renderers( "mental ray" ) LogMessage( oMentalRay.SceneArchiveInfo.Name ); // Output of this script: // INFO : mental ray Scene File
Autodesk Softimage v7.5