Returns the structure of the referenced object.
Syntax
int Obj_GetStructure(string sessionId, string processId, string rootRef,int maxLevel, out string xmlResult)
Parameter | Description |
---|---|
sessionId |
Valid session identifier (SessionId) |
processId |
ID of the process of which the object is being referenced. |
rootRef |
Object reference within the process |
maxLevel |
-1: Everything 0: Just the object <> 0: The structure including all child elements at the n-th level |
xmlResult |
Object XML depending on the component |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |