FullBuild property

Microsoft Visio Developer Reference

FullBuild property

   Example   

Returns the full build number of the running instance.

Version added

2002

Syntax

retVal = object.FullBuild

retVal

Long. The build number.

object

Required. An expression that returns an Application object.

Remarks

The format of the build number is described in the following table.

Bits

Description

0 - 15

Internal build number

16 - 20

Internal revision number

21 - 25

Minor version number

26 - 30

Major version number (Visio 2002 = 10)

31

Reserved

The build number of the running instance is written to the FullBuildNumberCreated property when a new document is created, and to the FullBuildNumberEdited property when a document is edited.