| Library | Module | Frames | Expand |
| Function | CreateComponentSelection | (Path as IpfcComponentPath) as IpfcSelection |
| Used to create a IpfcSelection object, based on the path to a specified component. | ||
| Function | CreateModelSelection | (Model as IpfcModel) as IpfcSelection |
| Used to create a IpfcSelection object, based on a IpfcModel | ||
| Function | CreateModelItemSelection | (SelItem as IpfcModelItem, Path as IpfcComponentPath [optional]) as IpfcSelection |
| Used to create a IpfcSelection object, based on a IpfcModelItem and, optionally, its IpfcComponentPath in an assembly. | ||
| Function | CreateSelectionFromString | (SelectionString as String) as IpfcSelection |
| Creates a new selection object, given a Web.Link style selection string. | ||
| Function | CreateComponentSelection | (Path as IpfcComponentPath) as IpfcSelection |
|
Used to create a IpfcSelection object, based on the path to a specified component. Exceptions thrown (but not limited to): IpfcXToolkitInvalidPtr - The selection argument is an invalid pointer.
|
| Function | CreateModelSelection | (Model as IpfcModel) as IpfcSelection |
|
Used to create a IpfcSelection object, based on a IpfcModel
|
| Function | CreateModelItemSelection | (SelItem as IpfcModelItem, Path as IpfcComponentPath [optional]) as IpfcSelection |
|
Used to create a IpfcSelection object, based on a IpfcModelItem and, optionally, its IpfcComponentPath in an assembly. Exceptions thrown (but not limited to): IpfcXToolkitInvalidPtr - The selection argument is an invalid pointer.
|
| Function | CreateSelectionFromString | (SelectionString as String) as IpfcSelection |
|
Creates a new selection object, given a Web.Link style selection string.
|