PC-DMIS 2021.1 Object Library
BuildNumber Property
See Also  Example  Send Topic Feedback | See Object Hierarchy Chart
PCDLRN ActiveX DLL > Application Object : BuildNumber Property

Glossary Item Box

Description

Returns the specific build number for the PC-DMIS application.

Syntax

Visual Basic
Public Property BuildNumber As Integer

Return Type

Read only Integer.

Example

In this example, the buildNumber variable holds the build number.
Example (C#)Copy Code
var application = new PCDLRN.Application();
var buildNumber = application.BuildNumber;

See Also

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.