in_parameter_get_active

Gets whether the parameter is active.

version(IN_DYNLIB)
export extern (C) @nogc
bool
in_parameter_get_active

Parameters

obj in_parameter_t*

The parameter object.

Return Value

Type: bool

true if the parameter is active, false otherwise.

Meta