Difference between revisions of "API FCD"
From Flowcode Help
Jump to navigationJump to search (XML import API auto-gen)  | 
				 (XML import)  | 
				||
| Line 2: | Line 2: | ||
Flowcode Chip Definition reading routines  | Flowcode Chip Definition reading routines  | ||
| − | + | ==Functions provided for this class==  | |
| − | {||-|[[API FCD.GetItemValue|GetItemValue]]|Gets a paths item value from the FCD document|-|[[API FCD.GetItemHandle|GetItemHandle]]|Gets a FCD items handle, suitable for traversal with the Tree API|-|[[API FCD.GetPathHandle|GetPathHandle]]|Gets a FCD paths handle, suitable for traversal with the Tree API|}  | + | {|  | 
| + | |-  | ||
| + | |width="35%"|[[API FCD.GetItemValue|GetItemValue]]  | ||
| + | |Gets a paths item value from the FCD document  | ||
| + | |-  | ||
| + | |width="35%"|[[API FCD.GetItemHandle|GetItemHandle]]  | ||
| + | |Gets a FCD items handle, suitable for traversal with the Tree API  | ||
| + | |-  | ||
| + | |width="35%"|[[API FCD.GetPathHandle|GetPathHandle]]  | ||
| + | |Gets a FCD paths handle, suitable for traversal with the Tree API  | ||
| + | |}  | ||
| − | + | ||
| + | ==Examples==  | ||
| + | ''No examples available''  | ||
Revision as of 16:44, 11 May 2013
<sidebar>API contents</sidebar> Flowcode Chip Definition reading routines
Functions provided for this class
| GetItemValue | Gets a paths item value from the FCD document | 
| GetItemHandle | Gets a FCD items handle, suitable for traversal with the Tree API | 
| GetPathHandle | Gets a FCD paths handle, suitable for traversal with the Tree API | 
Examples
No examples available