| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static Selection | CreateComponentSelection
(ComponentPath Path)
Used to create a Selection object, based on the path to a specified component. |
| static Selection | CreateModelItemSelection
(ModelItem SelItem,
/*optional*/
ComponentPath Path)
Used to create a Selection object, based on a ModelItem and, optionally, its ComponentPath in an assembly. |
| static Selection | CreateModelSelection
(Model Model)
Used to create a Selection object, based on a Model |
| static Selection | CreateSelectionFromString
(String SelectionString)
Creates a new selection object, given a Web.Link style selection string. |
| static SelectionOptions | SelectionOptions_Create
(String inOptionKeywords)
Specifies the options used in the selection. |
| static SelectionPair | SelectionPair_Create
(Selection inSel1, Selection inSel2)
Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference. |
| Method Detail |
|---|
| SelectionOptions_Create |
|---|
| static SelectionOptions | SelectionOptions_Create | (String inOptionKeywords) |
| Specifies the options used in the selection.
The return value is an argument to BaseSession.Select(SelectionOptions, /*optional*/ Selections) .
|
| SelectionPair_Create |
|---|
| static SelectionPair | SelectionPair_Create | (Selection inSel1, Selection inSel2) |
Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference.
|
| CreateComponentSelection |
|---|
| static Selection | CreateComponentSelection | (ComponentPath Path) |
| Used to create a Selection object, based on the path to a specified component.
Exceptions thrown (but not limited to): XToolkitInvalidPtr - The selection argument is an invalid pointer.
|
| CreateModelSelection |
|---|
| static Selection | CreateModelSelection | (Model Model) |
Used to create a Selection object, based on a Model
|
| CreateModelItemSelection |
|---|
| static Selection | CreateModelItemSelection | (ModelItem SelItem, /*optional*/ ComponentPath Path) |
| Used to create a Selection object, based on a ModelItem and, optionally, its ComponentPath in an assembly.
Exceptions thrown (but not limited to): XToolkitInvalidPtr - The selection argument is an invalid pointer.
|
| CreateSelectionFromString |
|---|
| static Selection | CreateSelectionFromString | (String SelectionString) |
Creates a new selection object, given a Web.Link style selection string.
|