ICimEntityList::Item

Use this property to get an entity from the entity list at a specific Index.

Compatibility

Cimatron 2024 or later

Syntax

interop.CimBaseAPI.ICimEntity this[int Index] { get; };

this[Index: int]: interop.CimBaseAPI.ICimEntity 

Return Type

Return: interop.CimBaseAPI.ICimEntity

   

Input Type

Input: None

   

Remarks

None 

Example