ICimEntityList::AddFromList

Use this method to merge an existing entity with a current entity list.

Compatibility

Cimatron 2024 or later

Syntax

void AddFromList(interop.CimBaseAPI.ICimEntityList iEntityList);

def AddFromList(iEntityList: interop.CimBaseAPI.ICimEntityList) -> None 

Return Type

Return: None  
   

Input Type

Input: interop.CimBaseAPI.ICimEntityList

An existing entity list to be added/merged with the current entity list.

   

Remarks

None 

Example