TIEVisionPropertyTree.putPropertyTree
Declaration
procedure putPropertyTree(keypath: PAnsiChar; propertyTree: TIEVisionPropertyTree); safecall;
Description
Add another property tree to this property tree, using the specified key path.
A key path is a list of words separated by periods (ie: "image.size.width").
Parameter | Description |
keypath | Path of the key to put |
propertyTree | Value to put |