Returns the Camera object of this rig.
set oRoot = ActiveProject.ActiveScene.Root set oRig = oRoot.AddCameraRig( "Camera" ) Application.LogMessage oRig & ".camera = " & oRig.camera Application.LogMessage oRig.camera & ".interest = " & oRig.camera.interest |