CLab# 1.0 API Documentation

CSPTypeEnum.AddConstant Method 

Adds a new enumeration domain value (constant). This method makes a mapping from string representation to int representation and vice versa.

public int AddConstant(
   String constant
);

Parameters

String
The constant.

Return Value

See Also

CSPTypeEnum Class | CLab.CSP Namespace