Skip to content

IOTAProject

chuacw edited this page Feb 7, 2023 · 1 revision

Description

IOTAProject is a module interface for a project. Cast an IOTAModule to IOTAProject using the Supports function, or the as keyword.

Using a project interface, you can obtain information about the modules in a project, get or set the project options, compile the project, add a file to the project, or remove a file from the project.

Hierarchy

Up to Parent: IOTAProject160

Methods

Method Description
GetApplicationType Gets the string that names the type of project in a generic way, independently of the personality.

Properties

Property Description
ApplicationType Calls GetApplicationType

Clone this wiki locally