Add a climate to the list of climates loaded in the project. Climates must be added to the project's climate list before they can be assigned in the design map or the attributes map.
| Declaration | zProj.h |
|---|---|
| Implementation | zProj.cpp |
long zproj_AddClimateA(const char* lpCliName);
| Name | Type | Comment |
|---|---|---|
| lpCliName | const char* | A C-style string containing the name of the climate to be added to the project. |
The index of the climate in the project's climate list, which may be zero or greater. -1 indicates no climate was found with a name matching lpCliName.
None.