ResolveObject

This resolves an object path that is relative to the current instance.
Syntax
VAR_INPUT
sObjectPath : REFERENCE TO T_MaxString;
END_VAR
VAR_OUTPUT
iResult : I_BA_Object;
END_VAR
Inputs
Name | Type | Description |
|---|---|---|
sObjectPath | T_MaxString | Object path to be resolved. |
Outputs
Name | Type | Description |
|---|---|---|
iResult | I_BA_Object | Interface pointer to the last object read. |
Return value
Name | Type | Description |
|---|---|---|
ResolveObject | BOOL | This indicates whether objects in relative paths exist. |