| Library | Module | Frames | Expand |
| Function | CreateDetailItem (Instructions as IpfcDetailCreateInstructions) as IpfcDetailItem | |
| Creates a detail item in the symbol definition. | ||
| Function | CreateFreeNote (TextLines as IpfcDetailTextLines, Attach as IpfcFreeAttachment) as IpfcDetailNoteItem | |
| Function | CreateSubgroup (Instructions as IpfcDetailSymbolGroupInstructions, ParentGroup as IpfcDetailSymbolGroup [optional]) as IpfcDetailSymbolGroup | |
| Create a subgroup in the specified symbol group. | ||
| Function | GetDetailItem (Type as IpfcDetailType, Id as Long) as IpfcDetailItem [optional] | |
| Returns a detail item in a symbol definition, given its id and type. | ||
| Function | GetInstructions () as IpfcDetailSymbolDefInstructions | |
| Returns an instructions data object describing how a symbol definition is constructed. | ||
| Function | IsSubgroupLevelExclusive (ParentGroup as IpfcDetailSymbolGroup [optional]) as Boolean | |
| Determine if the subgroups stored in the symbol definition on the indicated level are exclusive. | ||
| Function | ListDetailItems (Type as IpfcDetailType [optional]) as IpfcDetailItems [optional] | |
| Lists the detail items in the symbol definition. | ||
| Function | ListSubgroups () as IpfcDetailSymbolGroups [optional] | |
| List the subgroups in the symbol definition. | ||
| Sub | Modify (Instructions as IpfcDetailSymbolDefInstructions) | |
| Modifies a symbol definition. | ||
| Sub | SetSubgroupLevelExclusive (ParentGroup as IpfcDetailSymbolGroup [optional]) | |
| Set the symbol groups exclusive at specified level. | ||
| Sub | SetSubgroupLevelIndependent (ParentGroup as IpfcDetailSymbolGroup [optional]) | |
| Set the symbol groups independent at specified level. | ||
| Function | CreateDetailItem | (Instructions as IpfcDetailCreateInstructions) as IpfcDetailItem |
|
Creates a detail item in the symbol definition.
|
| Function | CreateFreeNote | (TextLines as IpfcDetailTextLines, Attach as IpfcFreeAttachment) as IpfcDetailNoteItem |
|
| Function | CreateSubgroup | (Instructions as IpfcDetailSymbolGroupInstructions, ParentGroup as IpfcDetailSymbolGroup [optional]) as IpfcDetailSymbolGroup |
|
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): IpfcXToolkitInvalidName - A group with the provided name already exists at this level.
|
| Function | GetDetailItem | (Type as IpfcDetailType, Id as Long) as IpfcDetailItem [optional] |
|
Returns a detail item in a symbol definition, given its id and type. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - This means either:
IpfcXToolkitOutOfMemory - Found too many (either/all of) entities, notes to be contained in the output array. Use Visit instead.
|
| Function | GetInstructions | () as IpfcDetailSymbolDefInstructions |
|
Returns an instructions data object describing how a symbol definition is constructed.
|
| Function | IsSubgroupLevelExclusive | (ParentGroup as IpfcDetailSymbolGroup [optional]) as Boolean |
|
Determine if the subgroups stored in the symbol definition on the indicated level are exclusive.
|
| Function | ListDetailItems | (Type as IpfcDetailType [optional]) as IpfcDetailItems [optional] |
|
Lists the detail items in the symbol definition. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - This means either:
IpfcXToolkitOutOfMemory - Found too many (either/all of) entities, groups, notes, symbol definitions, symbol instances to be contained in the output array. Use Visit instead.
|
| Function | ListSubgroups | () as IpfcDetailSymbolGroups [optional] |
|
List the subgroups in the symbol definition. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - No groups are stored in the symbol definition at this level.
|
| Sub | Modify | (Instructions as IpfcDetailSymbolDefInstructions) |
|
Modifies a symbol definition.
|
| Sub | SetSubgroupLevelExclusive | (ParentGroup as IpfcDetailSymbolGroup [optional]) |
|
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): IpfcXToolkitNoChange - The status was already set to the designated value.
|
| Sub | SetSubgroupLevelIndependent | (ParentGroup as IpfcDetailSymbolGroup [optional]) |
|
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): IpfcXToolkitNoChange - The status was already set to the designated value.
|