Build Property [Visio 2003 SDK Documentation]
Returns the build number of the running instance.
retVal = object**.Build**
retVal Long. The build number.
object Required. An expression that returns an Application or InvisibleApp object.
Version added
2002
Remarks
The format of the build number is described in the following table.
Bits | Description |
---|---|
0 - 15 |
Internal build number |
The build number of the running instance is written to the BuildNumberCreated property when a new document is created, and to the BuildNumberEdited property when a document is edited.
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to use the Build property to get the build number of the running instance of Visio.
Public Sub Build_Example()
Debug.Print Application.Build
End Sub
Applies to | Application object | InvisibleApp object
See Also | BuildNumberCreated property | BuildNumberEdited property | FullBuild property | FullBuildNumberCreated property | FullBuildNumberEdited property