siInstallationPath Enum


Enumerations

enum   siInstallationPath {
  siProjectPath = 0,
  siUserPath = 1,
  siWorkgroupPath = 2,
  siFactoryPath = 3,
  siAddonPath = 4,
  siUserAddonPath = 5,
  siWorkgroupAddonPath = 6,
  siUnknownPath = 7,
  siCustomPath = 9
}

Detailed Description

Installation path directories.
See also:
InstallAddon, Addon::DefaultInstallationPath, SIObject::Origin, XSIApplication::GetInstallationPath2, XSIApplication::InstallAddon, XSIApplication::InstallationPath, XSIUtils::GetLocationType, Application::GetInstallationPath, Application::InstallAddon, CUtils::GetLocationType, SIObject::GetOrigin

Enumeration Type Documentation

enum siInstallationPath

Enumerator:
siProjectPath  [0] Project directory path.
siUserPath  [1] User directory path.
siWorkgroupPath  [2] Workgroup directory path. See XSIApplication::Workgroups .
siFactoryPath  [3] Factory directory path.
siAddonPath  [4] Add-on directory path.
siUserAddonPath  [5] User Add-on directory path.
siWorkgroupAddonPath  [6] Workgroup Add-on directory path.
siUnknownPath  [7] Unknown installation path.
siCustomPath  [9] The custom plug-in directory path. This value maps to the XSI_PLUGINS environment variable which may contain multiple folders.