Table of Contents

zproj_AddClimateA

Description

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.

Files

Declaration zProj.h
Implementation zProj.cpp

Function prototype

long zproj_AddClimateA(const char* lpCliName);

Arguments

Name Type Comment
lpCliName const char* A C-style string containing the name of the climate to be added to the project.

Return value

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.

Comments

None.