Description
This function allows you to add/remove entities to/from the selection list.
Syntax
Status = SetSelectionList ( iAdd, iEntLst );
|
Input: (Boolean) iAdd |
TRUE = Add the input entity list to the selection list. FALSE = Remove the input entity list from the selection list. |
|
Input: (IEntityList) iEntLst |
Entity List that will be in the selection list. |
|
Return: (Boolean) Status |
TRUE if successful. |