RendererArchiveInfo.Extension

Description

Returns the file extension used by the archive format as declared by the rendering engine.

C# Syntax

// get accessor

String rtn = RendererArchiveInfo.Extension;

Examples

JScript Example

var oMentalRay = Application.Renderers( "mental ray" )

LogMessage( oMentalRay.SceneArchiveInfo.Extension );

// Output of this script:

// INFO : mi2