Difference between revisions of "API FCD"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
wiki page name
+
<sidebar>API Contents</sidebar>
==FCD==
+
Flowcode Chip Definition reading routines
 +
 
 +
 
 +
__TOC__
 +
 
 +
==Functions provided for this class==
 +
{|
 +
|-
 +
|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
 +
|}
  
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|}
 
  
===Examples===
+
==Examples==
 +
''<span style="color:red;">No additional examples</span>''
 +
 
 +
==See also==
 +
[[API Tree]]

Latest revision as of 15:57, 16 January 2014

<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 additional examples

See also

API Tree