CreateShotCamera
 
 
 

CreateShotCamera

Introduced

v12.0 (2014)

Description

Creates a shot camera based from a source camera

Scripting Syntax

oReturn = CreateShotCamera( SourceCamera, DestCamera, [WithoutInterest] );

Return Value

Returns the new camera object

Parameters

Parameter Type Description
SourceCamera String The source camera name
DestCamera String The target camera name
WithoutInterest Boolean Switch to create a camera with or without an interest

Default Value: true

See Also

CreateShotCameraAndSwitch