
###################################
A3DPDFCheckBoxSetForZoomOnBehaviour
###################################

.. c:function:: A3DStatus A3DPDFCheckBoxSetForZoomOnBehaviour(A3DPDFCheckBox *pCheckBox, A3DPDF3DNodeScene *p3DNodeScene, A3DPDFEWidgetTargetBehaviour eBehaviour)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFCheckBoxSetForZoomOnBehaviour(:c:type:`~A3DPDFCheckBox`\ * **pCheckBox**\ , :c:type:`~A3DPDF3DNodeScene`\ * **p3DNodeScene**\ , :c:enum:`~A3DPDFEWidgetTargetBehaviour` **eBehaviour**\ )
   
   This function makes the check box field be the selector for the 'zoom on behaviour' mode of the 3D nodes scene. 
   
   **Parameters**
   
   
      **pCheckBox**\ : The CheckBox object to work on. 
   
      **p3DNodeScene**\ : The 3D widget to work with. 
   
      **eBehaviour**\ : The behaviour. Supported values are kA3DPDFDataHighlight or kA3DPDFDataSelect.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




