| SoCameraInteractorSynchronize Method  | 
Copy field values from the specified camera to the camera of this interactor. 
 
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void Synchronize(
	SoCamera camera
)
Public Sub Synchronize ( 
	camera As SoCamera
)
public:
void Synchronize(
	SoCamera^ camera
)
member Synchronize : 
        camera : SoCamera -> unit 
Parameters
- camera
 - Type: OIV.Inventor.NodesSoCamera
 
RemarksIf the two cameras are not the same type, common fields are copied and the height or heightAngle field is computed. 
See Also