| Library | Module | Frames | Expand |
| pfcDetailItem | CreateDetailItem (pfcDetailCreateInstructions Instructions) | |
| Creates a detail item in the symbol definition. | ||
| pfcDetailNoteItem | CreateFreeNote (pfcDetailTextLines TextLines, pfcFreeAttachment Attach) | |
| pfcDetailSymbolGroup | CreateSubgroup (pfcDetailSymbolGroupInstructions Instructions, /* optional */ pfcDetailSymbolGroup ParentGroup) | |
| Create a subgroup in the specified symbol group. | ||
| /* optional */ pfcDetailItem | GetDetailItem (pfcDetailType Type, number Id) | |
| Returns a detail item in a symbol definition, given its id and type. | ||
| pfcDetailSymbolDefInstructions | GetInstructions () | |
| Returns an instructions data object describing how a symbol definition is constructed. | ||
| boolean | IsSubgroupLevelExclusive ( /* optional */ pfcDetailSymbolGroup ParentGroup) | |
| Determine if the subgroups stored in the symbol definition on the indicated level are exclusive. | ||
| /* optional */ pfcDetailItems | ListDetailItems ( /* optional */ pfcDetailType Type) | |
| Lists the detail items in the symbol definition. | ||
| /* optional */ pfcDetailSymbolGroups | ListSubgroups () | |
| List the subgroups in the symbol definition. | ||
| void | Modify (pfcDetailSymbolDefInstructions Instructions) | |
| Modifies a symbol definition. | ||
| void | SetSubgroupLevelExclusive ( /* optional */ pfcDetailSymbolGroup ParentGroup) | |
| Set the symbol groups exclusive at specified level. | ||
| void | SetSubgroupLevelIndependent ( /* optional */ pfcDetailSymbolGroup ParentGroup) | |
| Set the symbol groups independent at specified level. | ||
| pfcDetailItem | CreateDetailItem | (pfcDetailCreateInstructions Instructions) |
|
Creates a detail item in the symbol definition.
|
| pfcDetailNoteItem | CreateFreeNote | (pfcDetailTextLines TextLines, pfcFreeAttachment Attach) |
|
| pfcDetailSymbolGroup | CreateSubgroup | (pfcDetailSymbolGroupInstructions Instructions, /* optional */ pfcDetailSymbolGroup ParentGroup) |
|
Create a subgroup in the specified symbol group. If no symbol group is specificed, the subgroup is created under the top level symbol group. Exceptions thrown (but not limited to): pfcXToolkitInvalidName - A group with the provided name already exists at this level.
|
| /* optional */ pfcDetailItem | GetDetailItem | (pfcDetailType Type, number Id) |
|
Returns a detail item in a symbol definition, given its id and type. Exceptions thrown (but not limited to): pfcXToolkitNotFound - This means either:
pfcXToolkitOutOfMemory - Found too many (either/all of) entities, notes to be contained in the output array. Use Visit instead.
|
| pfcDetailSymbolDefInstructions | GetInstructions | () |
|
Returns an instructions data object describing how a symbol definition is constructed.
|
| boolean | IsSubgroupLevelExclusive | ( /* optional */ pfcDetailSymbolGroup ParentGroup) |
|
Determine if the subgroups stored in the symbol definition on the indicated level are exclusive.
|
| /* optional */ pfcDetailItems | ListDetailItems | ( /* optional */ pfcDetailType Type) |
|
Lists the detail items in the symbol definition. Exceptions thrown (but not limited to): pfcXToolkitNotFound - This means either:
pfcXToolkitOutOfMemory - Found too many (either/all of) entities, groups, notes, symbol definitions, symbol instances to be contained in the output array. Use Visit instead.
|
| /* optional */ pfcDetailSymbolGroups | ListSubgroups | () |
|
List the subgroups in the symbol definition. Exceptions thrown (but not limited to): pfcXToolkitNotFound - No groups are stored in the symbol definition at this level.
|
| void | Modify | (pfcDetailSymbolDefInstructions Instructions) |
|
Modifies a symbol definition.
|
| void | SetSubgroupLevelExclusive | ( /* optional */ pfcDetailSymbolGroup ParentGroup) |
|
Set the symbol groups exclusive at specified level. Once set exclusive, only one of the groups at this level may be active in the model at any time. Exceptions thrown (but not limited to): pfcXToolkitNoChange - The status was already set to the designated value.
|
| void | SetSubgroupLevelIndependent | ( /* optional */ pfcDetailSymbolGroup ParentGroup) |
|
Set the symbol groups independent at specified level. Once set independent, any number of groups at this level may be active in the model at any time. Exceptions thrown (but not limited to): pfcXToolkitNoChange - The status was already set to the designated value.
|