System Enumeration CatScriptLibraryType

enum CatScriptLibraryType {
  catScriptLibraryTypeDocument,
  catScriptLibraryTypeDirectory,
  catScriptLibraryTypeVBAProject,
  catScriptLibraryTypeVSTAProject
}
Enum to describe the various kinds of macro libraries supported by the V5 scripting architecture.
The macros contained by these libraries can be invoked by calling
Values:
catScriptLibraryTypeDocument
The library physically stores its macros in a V5 document.
catScriptLibraryTypeDirectory
The library physically stores its macros in a filesystem directory.
catScriptLibraryTypeVBAProject
The library physically stores its macros in a VBA project file (with the .catvba extension).
catScriptLibraryTypeVSTAProject
The library physically stores its macros in a VSTA project file (with the .csproj or .vbproj extension).

This object is included in the file: CatScriptLibraryType.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.