Interface ModelCenter::IGroup
Last update: 16.07.2025
Definition: ModelCenter/src/ModelCenter.odl (line 3126)
COM Instance.
Members
Properties
Property Variables
Definition: ModelCenter/src/ModelCenter.odl (line 1)
VARIANT ModelCenter::IGroup::Variables
Pointer to the variables in the Group.
Returns:
IDispatch* to an IVariables object.
Return type: VARIANT
Property Groups
Definition: ModelCenter/src/ModelCenter.odl (line 1)
VARIANT ModelCenter::IGroup::Groups
Pointer to the Groups in the Group.
Returns:
IDispatch* to an IGroups object.
Return type: VARIANT
Property iconID
Definition: ModelCenter/src/ModelCenter.odl (line 1)
int ModelCenter::IGroup::iconID
The ID number of the icon to use for the Group.
Return type: int
Public functions
Function getName
BSTR ModelCenter::IGroup::getName()
Gets the name of the Group.
Returns:
The name of the Group.
Return type: BSTR
Function getFullName
BSTR ModelCenter::IGroup::getFullName()
Gets the full ModelCenter path of the Group.
Returns:
The full ModelCenter path of the Group.
Return type: BSTR