Interface ModelCenter::IGroups Last update: 16.07.2025 Definition: ModelCenter/src/ModelCenter.odl (line 3171) COM Instance. Members Count Item Properties Property Count Definition: ModelCenter/src/ModelCenter.odl (line 1) VARIANT ModelCenter::IGroups::Count Number of Groups. Return type: VARIANT Public functions Function Item VARIANT ModelCenter::IGroups::Item(VARIANT id) Gets a pointer to the specified Group. Parameters: id: ID of the specified Group. It can be a name or an index (0-based index). Returns: IDispatch* to an IGroup object. Parameters: VARIANT id Return type: VARIANT