A3DPDF3DNodeSceneGetJavascriptManagerName

A3DStatus A3DPDF3DNodeSceneGetJavascriptManagerName(const A3DPDF3DNodeScene *p3DNodeScene, A3DUTF8Char **ppcJSManagerName)

deprecated

A3DStatus A3DPDF3DNodeSceneGetJavascriptManagerName(const A3DPDF3DNodeScene* p3DNodeScene, A3DUTF8Char** ppcJSManagerName)

Function to retrieve the name of the javascript Manager object for the 3D nodes scene.

On PDF files generated with the datamodel API, customers can configure properties for highlighting and selecting behaviour within 3D scenes. With this, customers need to write some JavaScript at the document level (typically on the UI widgets on a page) to set the highlight or select properties. The javascript Manager object returned by this function can be used to do that. Please refer to the section ‘Setting up Properties for Highlight or Select on 3D Scene Widget’ in programming guide for more details. This function must be called after inserting the 3d annot object with A3DPDFPageInsert3DAnnot() or A3DPDFPageFieldSet3DAnnot().

Parameters

p3DNodeScene: The 3D widget to work with.

ppcJSManagerName: The name of the Javascript Manager object as a string.