The IdentifierName enumeration describes all identifier types for which the name can be obtained using the GetRowColumnName method.
enum IdentifierName { NAME_COLUMN, NAME_ROW, NAME_MODEL };
Members |
Description |
NAME_COLUMN |
Name of a column. |
NAME_ROW |
Name of a row. |
NAME_MODEL |
Name of the model (i.e., math program in AIMMS). |