ICimEntityList::Count

Use this property to get the number of entities in an entity list. 

Compatibility

Cimatron 2024 or later

Syntax

int Count { get; };

Count: int 

Return Type

Return: int

The number of entities in a list.

   

Input Type

Input: None  
   

Remarks

None 

Example