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

Glossary Item Box

Description

Returns the application's build type. Generally this is "QA" (a build from the development source code) or "Release" (a build from the release source code).

Syntax

Visual Basic
Public Property BuildType As String

Return Type

Read only String.

Example

In this example, buildType contains the specific build type string. Usually this is "QA" or "Release".
Example (C#)Copy Code
var application = new PCDLRN.Application();
var buildType = application.BuildType;

See Also

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