  | | | Get the current camera in a view with v4 | Get the current camera in a view with v4 2004-07-01 - By OO's mailbot
Back Did anyon figure out how to get/set the active camera of the views in the vie manager? I know how to get to the views using the new OM objects, but I don't know if there is an attribute on the views that allows the camera to be set or get.
//Get the View A from the View Manager var oLayout = Desktop.ActiveLayout; var oViewManager = oLayout.Views("vm"); var oViewB = oViewManager.Views("B");
LogMessage(oViewB.Name +" is a "+ oViewB.Type);
//This is no it: var currCam = oViewB.GetAttributeValue("Camera");
How do I get/set the current camera of that view? Seems a shame to be so close and yet so far...
--- Olivier Ozoux's mailing list robot mailbot@(protected)
--- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|
 |