| Library | Module | Frames | Expand |
| pfcSelection | CreateComponentSelection | (pfcComponentPath Path) |
| Used to create a pfcSelection object, based on the path to a specified component. | ||
| pfcSelection | CreateModelSelection | (pfcModel Model) |
| Used to create a pfcSelection object, based on a pfcModel | ||
| pfcSelection | CreateModelItemSelection | (pfcModelItem SelItem, /* optional */ pfcComponentPath Path) |
| Used to create a pfcSelection object, based on a pfcModelItem and, optionally, its pfcComponentPath in an assembly. | ||
| pfcSelection | CreateSelectionFromString | (string SelectionString) |
| Creates a new selection object, given a Web.Link style selection string. | ||
| pfcSelection | CreateComponentSelection | (pfcComponentPath Path) |
|
Used to create a pfcSelection object, based on the path to a specified component. Exceptions thrown (but not limited to): pfcXToolkitInvalidPtr - The selection argument is an invalid pointer.
|
| pfcSelection | CreateModelSelection | (pfcModel Model) |
|
Used to create a pfcSelection object, based on a pfcModel
|
| pfcSelection | CreateModelItemSelection | (pfcModelItem SelItem, /* optional */ pfcComponentPath Path) |
|
Used to create a pfcSelection object, based on a pfcModelItem and, optionally, its pfcComponentPath in an assembly. Exceptions thrown (but not limited to): pfcXToolkitInvalidPtr - The selection argument is an invalid pointer.
|
| pfcSelection | CreateSelectionFromString | (string SelectionString) |
|
Creates a new selection object, given a Web.Link style selection string.
|