api_set_int_option
List of: Functions
Subjects: Modeler Control
Contents: Kernel

Action: Sets the value of the specified option to the given integer.

Prototype: outcome api_set_int_option (


char const* name, // name of option


int value // integer value to set


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kernapi/api/api.hxx"

#include "kernel/kernapi/api/kernapi.hxx"

Description: This API sets the named option to the specified value. Refer to the option:list Scheme extension for a list of the available options.

Errors: NULL or unknown option name specified.

Library: kernel

Filename: kern/kernel/kernapi/api/kernapi.hxx

Effect: Read-only
PDF/KERN/16FNA.PDF
HTM/DATA/KERN/KERN/16FNA/0152.HTM