Interface: ExchangeStorePackageManager

This Core Interface provides MAXScript access to the Exchange Store file counts and paths.

Available in 3ds Max 2014 and higher.

Methods:

<integer>ExchangeStorePackageManager.GetNativePlugInCount()

Returns the number of native plugins.

<filename>ExchangeStorePackageManager.GetNativePlugInFullPath <index>index

Returns the full file name of the indexed native plugin.

   

<integer>ExchangeStorePackageManager.GetManagedAssemblyCount()

Returns the number of managed assemblies.

<filename>ExchangeStorePackageManager.GetManagedAssemblyFullPath <index>index

Returns the full file name of the indexed managed assembly.

   

<integer>ExchangeStorePackageManager.GetUISchemeCount()

Returns the number of UI Schemes.

<filename>ExchangeStorePackageManager.GetUISchemeFullPath <index>index

Returns the full file name of the indexed UI Schemes.

   

<integer>ExchangeStorePackageManager.GetDefaultSettingCount()

Returns the number of Default Settings.

<filename>ExchangeStorePackageManager.GetDefaultSettingFullPath <index>index

Returns the full file name of the indexed Default Setting.

   

<integer>ExchangeStorePackageManager.GetMaxscriptsCount()

Returns the number of MAXScripts.

<filename>ExchangeStorePackageManager.GetMaxscriptsFullPath <index>index

Returns the full file name of the indexed MAXScript.

   

<integer>ExchangeStorePackageManager.GetMacroscriptsCount()

Returns the number of MacroScripts.

<filename>ExchangeStorePackageManager.GetMacroScriptsFullPath <index>index

Returns the full file name of the indexed MacroScript.

   

<integer>ExchangeStorePackageManager.GetPostStartUpScriptsCount()

Returns the number of Startup Scripts.

<filename>ExchangeStorePackageManager.GetPostStartUpScriptFullPath <index>index

Returns the full file name of the indexed Startup Script.

   

<integer>ExchangeStorePackageManager.GetMetaSLShaderPathCount()

Returns the number of MetaSL Shaders.

<filename>ExchangeStorePackageManager.GetMetaSLShaderFullPath <index>index

Returns the full file name of the indexed MetaSL Shader.

   

<integer>ExchangeStorePackageManager.GetMiFileCount()

Returns the number of .mi files.

<filename>ExchangeStorePackageManager.GetMiFileFullPath <index>index

Returns the full file name of the indexed .mi file.

   

<integer>ExchangeStorePackageManager.GetMentalRayShaderCount()

Returns the number of mental ray shaders.

<filename>ExchangeStorePackageManager.GetMentalRayShaderFullPath <index>index

Returns the full file name of the indexed mental ray shader file.

   

<integer>ExchangeStorePackageManager.GetLightIconPathsCount()

Returns the number of light icon paths.

<filename>ExchangeStorePackageManager.GetLightIconPathFullPath <index>index

Returns the full file name of the indexed light icon path.

   

<integer>ExchangeStorePackageManager.GetDarkIconPathsCount()

Returns the number of dark icon paths.

<filename>ExchangeStorePackageManager.GetDarkIconPathFullPath <index>index

Returns the full file name of the indexed dark icon path.