ICimEntityList::Add

Use this method to add an entity to an entity list.

Compatibility

Cimatron 2024 or later

Syntax

void Add(interop.CimBaseAPI.ICimEntity iEntity); 

def Add(iEntity: interop.CimBaseAPI.ICimEntity) -> None 

Return Type

Return: None  
   

Input Type

Input: interop.CimBaseAPI.ICimEntity)

An entity to be added to an entity list.

   

Remarks

None

Example