FindDataSource Data Member Function

Gets the <Node> data source from which the <DataCapture> object is capturing data. For example <LightDataCaptureAmbientColor> captures data from <Light> objects, and this function returns the <Light> object from which data is being captured. This <Light> object can be in the same document as the <DataCapture> object, in which case this function returns the <Light> directly via the <DataCapture> object's <NodeSink> object, or the <Light> object can be stored in a remote document, in which case this function gets the <Light> object from the <DataCapture> object's <NodeSelector> object.

Prototype

Node FindDataSource()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.