This document describes the ARK 2 API in detail and is intended as a reference for those who already have an understanding of programming with ARK. If you are looking for an introduction to ARK, please read the ARK Tutorial.
At the top of each page within the reference guide is the code from the ARK IDL (Interface Definition Language) file that defines the entity being described. The complete file is part of ARKaid and can be found in ARK/Aid/Include/ArkItfs.idl. For a brief introduction to reading IDL files, please follow this link.
A list of the exceptions that can be returned from ARK methods and a description of each are given on the ARK Exceptions page.