Datapoint
A Datapoint object represents an input or output icon of a component.
Properties
Name | Description |
---|---|
Read-only. Retrieves the application's top-level object. | |
Read-only. The parent object according to the object model. |
Methods
Name | Description |
---|---|
Scans for a direct child datapoint of the current datapoint, by namespace and local name.
If a schema component has elements that contain mixed content, each displays an additional child node, the so-called text() node. To retrieve a datapoint of a text() node, you will have to pass an empty string in strNamespace as well as "#text" in strLocalName and eSearchDatapointElement in searchFlags. |