Class pfcSelectionBuffer
Description
This class represents a selection buffer, where items preselected by the user are stored to be used by tools and popupmenus.
User Guide References:
Method Summary
void | |
| |
| |
| Add an item to the selection buffer. |
void | |
| |
| |
| Clear the selection buffer of all contents. |
| |
| |
| |
| Contents of the active selection buffer. |
void | |
| |
| |
| Removes the selection at the indicated location from the selection tool. |
Method Detail
Contents of the active selection buffer.
Exceptions thrown (but not limited to):
User Guide References:
Add an item to the selection buffer.
Exceptions thrown (but not limited to):
pfcXToolkitBadContext - The selection cannot be added to the buffer in combination with one or more objects that are already in the buffer (e.g. geometry and features selected at the same time).
User Guide References:
Parameters:
ToAdd
Selection to be added to the buffer.
Returns:
Removes the selection at the indicated location from the selection tool.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
IndexToRemove
Index of the item to remove from the currently active selection tool.
Returns:
Clear the selection buffer of all contents.
Exceptions thrown (but not limited to):
User Guide References:
Returns: