api_set_acis_options
List of: Functions
Subjects: ACIS Journal
Contents: Kernel

Action: Copies the AcisJournal and AcisVersion Objects from the arguments to the data members inside AcisOptions.

Prototype: outcome api_set_acis_options (


AcisOptions* ao,

// acis options


AcisJournal& aj

// acis journal



= *(AcisJournal*)NULL_REF, // to be copied


AcisVersion& av

// acis version



= *(AcisVersion*)NULL_REF // to be copied


);

Includes: #include "kernel/acis.hxx"

#include "baseutil/version/vers.hxx"

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

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

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

Description: Takes the arguments and copies them into the data members contained in the AcisOptionsInternal data member.

Limitations: The version and journal objects are true copied, they are independent from the ones contained in the AcisOptions object.

Library: kernel

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

Effect: System routine
PDF/KERN/16FNA.PDF
HTM/DATA/KERN/KERN/16FNA/0148.HTM