| Library | Module | Frames | Expand |
| Sub | Draw () | |
| Draws a symbol instance. | ||
| Sub | Erase () | |
| Erases a symbol instance. | ||
| Function | GetInstructions (GiveParametersAsNames as Boolean) as IpfcDetailSymbolInstInstructions | |
| Returns a data object detailing how a symbol instance is constructed. | ||
| Function | ListGroups (Filter as IpfcSymbolGroupFilter) as IpfcDetailSymbolGroups [optional] | |
| List the symbol groups included in a symbol instance. | ||
| Sub | Modify (Instructions as IpfcDetailSymbolInstInstructions) | |
| Modifies the definition of a symbol instance. | ||
| Sub | Remove () | |
| Removes a symbol instance. | ||
| Sub | Show () | |
| Shows a symbol instance. | ||
| Sub | Draw | () |
|
Draws a symbol instance. |
| Sub | Erase | () |
|
Erases a symbol instance. |
| Function | GetInstructions | (GiveParametersAsNames as Boolean) as IpfcDetailSymbolInstInstructions |
|
Returns a data object detailing how a symbol instance is constructed.
|
| Function | ListGroups | (Filter as IpfcSymbolGroupFilter) as IpfcDetailSymbolGroups [optional] |
|
List the symbol groups included in a symbol instance. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - No groups with the designated status were found in the symbol instance.
|
| Sub | Modify | (Instructions as IpfcDetailSymbolInstInstructions) |
|
Modifies the definition of a symbol instance. Exceptions thrown (but not limited to): IpfcXToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| Sub | Remove | () |
|
Removes a symbol instance. |
| Sub | Show | () |
|
Shows a symbol instance. |