sizerGetConstantArg()

Returns the specified constant int32 argument.

Syntax

The method has the following syntax:
int32 sizerGetConstantArg(int n) const;

Description

This method returns the specified constant int32 argument.

Throws

The method throws exceptions if n is out of range, the specified argument is not an int32, or the specified argument is not constant.