TIEVisionPropertyTree.getPropertyTree
Declaration
function getPropertyTree(keypath: PAnsiChar): TIEVisionPropertyTree; safecall;
Description
Retrieve the value of the specified key. The value must be of
TIEVisionPropertyTree interface type.
A key path is a list of words separated by periods (ie: "image.size.width").
Parameter | Description |
keypath | Path of the key to retrieve |
propertytree2 := propertytree1.getPropertyTree('image.properties');