Use this method to merge an existing entity with a current entity list.
Cimatron 2024 or later
void AddFromList(interop.CimBaseAPI.ICimEntityList iEntityList);
def AddFromList(iEntityList: interop.CimBaseAPI.ICimEntityList) -> None
| Return: None | |
|
Input: interop.CimBaseAPI.ICimEntityList |
An existing entity list to be added/merged with the current entity list. |
None
