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

Glossary Item Box

Description

Returns the build platform (x64 or x86) for the PC-DMIS application.

Syntax

Visual Basic
Public Property BuildPlatform As String

Return Type

Read only String.

Example

In this example, buildPlatform gets the string value of either "x64" or "x86".
Example (C#)Copy Code
var application = new PCDLRN.Application();
var buildPlatform = application.BuildPlatform;

See Also

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