ImageClip.GetFileName

Introduced

vFelix

Description

Returns the image filename for a given time as a String. If a specific time value is not given, returns the image filename for the current frame.

C# Syntax

String ImageClip.GetFileName( Object in_vFrame );

Scripting Syntax

oString = ImageClip.GetFileName();

Return Value

String

Examples

JScript Example