InvisibleApp.TypelibMajorVersion Property
Visio Automation Reference |
Returns the major version number of the Visio type library. Read-only.
Version Information
Version Added: Visio 2000
Syntax
expression.TypelibMajorVersion
expression A variable that represents an InvisibleApp object.
Return Value
Integer
Remarks
The major and/or minor version number of the Visio type library will increase whenever the Visio type library is extended. A program can use the TypelibMajorVersion and TypelibMinorVersion properties to guarantee that the Visio version it is working with provides support for the features it is using.
Small changes to the Visio type library do not affect the Application object's Version property.
See Also