_AddRegistrySetting | |
ChangeLanguage | Set the new langugage |
DeleteRegistryKey | Deletes a key and all its subkeys from the registry |
DeleteRegistryValue | Deletes a value from the registry |
ExportRegistrySettings | |
GetAvailableLanguages | Returns the list of available PCDMIS languages IDs or descriptions. |
GetHelpMap | Returns help map for menu id, used by online help |
GetLanguageDescription | Returns the descriptions of supplied language. The description is in the current PCDMIS language |
GetRegistryBool | Gets a boolean from the registry |
GetRegistryDouble | Gets a double from the registry |
GetRegistryDWORD | Gets a DWORD from the registry |
GetRegistryInt | Gets an integer from the registry |
GetRegistryPoint | Gets an XYZ triple from the registry |
GetRegistryRoot | Gets the registry root for current PCDMIS version |
GetRegistrySettings | Gets the settings object for the application |
GetRegistryString | Gets a string from the registry |
GetSystemDocuments | Gets the Document Folder. The Generic or Version Specific folder is returned according the bVersionSpecific parameter |
GetSystemHiddenFolder | Gets the System Hidden Folder. The Generic or Version Specific folder is returned according the bVersionSpecific parameter |
GetSystemReportingFolder | Gets the Sustem Reporting Folder. The Generic or Version Specific folder is returned according the bVersionSpecific parameter |
GetUserHiddenFolder | Gets the User Hidden Folder. The Generic or Version Specific folder is returned according the bVersionSpecific parameter |
GetUserVisibleFolder | Gets the User Visible Folder. The Generic or Version Specific folder is returned according the bVersionSpecific parameter |
Help | Calls and opens a help file and topic. |
ImportRegistrySettings | |
Maximize | The Maximize Subroutine expands the PC-DMIS window to full-screen size. |
Minimize | The Minimize subroutine reduces the PC-DMIS window to the taskbar. |
PartProgramMirror | This allows you to create a mirror image copy in the X, Y, or Z axis of a measurement routine. |
PartProgramMirror2 | Mirrors the supplied measurement routine. The szPartProgramPathName, szTargetProgramPathName and szReferencePathName should be full path name. If szTargetProgramPathName is empty the default name is used. if DoNotMirrorCAD is true the CAD is not mirrored |
Post | The Post function tells PC-DMIS to import or export Source into Destination. It returns TRUE if the import or export process is successful, FALSE otherwise. Exactly one of Source and Destination must be a PC-DMIS .prg or .cad file. If it is Source, then PC-DMIS will export based on the name of the Destination file. If the Destination file is a PC-DMIS .prg or .cad file, then PC-DMIS will import based on the name of the Source file. The Source file must already exist, but the Destination file need not already exist. |
Quit | The Quit function tells PC-DMIS to close. It always returns TRUE. |
RegistryKeyExists | Queries the registry for a specific key |
RegistryValueExists | Queries the registry for a specific value |
Restore | The Restore subroutine makes the PC-DMIS window open and neither maximized nor minimized. |
SetActive | Brings PC-DMIS to the foreground, making it the active application. |
SpawnNewInstance |
|
SwitchLanguageFiles | Deprecated. Switch language resource files from current to expected |
WaitUntilReady | Waits until the online machine has fully initialized or timeout period has elapsed before returning. |
WinHelp | Invokes internal help |
WriteRegistryBool | Sets a PC-DMIS registry entry to a TRUE or FALSE value. |
WriteRegistryDouble | Sets a PC-DMIS registry entry to a specified Double value. |
WriteRegistryDWORD | Sets a PC-DMIS registry entry to a specified long value. |
WriteRegistryInt | Sets a PC-DMIS registry entry to a specified integer value. Write Integer. |
WriteRegistryPoint | Sets a PC-DMIS registry entry to a specified XYZ value. Write double. |
WriteRegistrySettings | Writes the current PC-DMIS registry entries and their values to the debug.txt file. |
WriteRegistryString | This writes a specified string value to a valid PC-DMIS registry entry. Write String. |
_Name | |
ActivePartProgram | Represents the currently active measurement routine. |
AdminPrivileges | Read Only: Returns true if current user has administrator privileges |
ApplicationEvents | Returns the ApplicationObjectEvents object for use in capturing application events. |
ApplicationSettings | Returns the ApplicationSettings object for use in modifying PC-DMIS’s settings. |
AutomationSettings | Read Only: Returns the AutomationSettings Object |
BuildNumber | Returns the specific build number for the PC-DMIS application. |
BuildPlatform | Returns the build platform (x64 or x86) for the PC-DMIS application. |
BuildType | 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). |
Caption | The text in the title bar of the application. |
ConnectedInDriveMode | Read Only: Returns true when computer connected as driving computer |
ConnectedInRelayMode | Read Only: Returns true when computer connected as relay computer |
ConnectedToMaster | Read Only: Returns true if connected to master computer as slave |
ConnectedToSlave | Read Only: Returns true if connected to slave computer as master |
CurrentFolder | This property gets or sets the current folder in PC-DMIS. The property only sets a folder if all part programs are closed. |
CurrentLanguage | Read Only: Returns the current PCDMIS languages ID |
CurrentUserDirectory | This returns a string showing the directory that contains the current user’s setup information. |
DefaultFilePath | The directory in which the File Open dialog starts. If you set this property to empty it returns the installation path. |
DefaultMachineName | The name of the next available machine for attaching to a measurement routine. |
DefaultProbeFile | The name of the last chosen probe file used when creating a new measurement routine. |
ErrorDialogEnabled | Read/Write: Returns/Sets whether the CMM Error Dialog is enabled |
FullName | The fully qualified path name of the PC-DMIS executable. |
GetBoolSetting | Read Only: Returns the boolean value of the named PC-DMIS setting |
GetDoubleSetting | Read Only: Returns the double value of the named PC-DMIS setting |
GetDWORDSetting | Read Only: Returns the DWORD, or unsigned long, value of the named PC-DMIS setting |
GetIntSetting | Read Only: Returns the integer value of the named PC-DMIS setting |
GetStringSetting | Read Only: Returns the string value of the named PC-DMIS setting |
Height | The height of the PC-DMIS window in screen pixels. |
IsClosing | This returns True when the PC-DMIS application window quits, through the File | Exit menu item, or when someone closes the application window manually with the x button in the top right. |
LabelTemplates | Read Only: Returns the Label Templates object |
Left | The left edge of the PC-DMIS window, measured from the left edge of the Windows Desktop. |
LmsLicense | Read Only: Returns pointer to Lms License object |
LocaleID | Read Only: Returns the current LocaleID (LCID) of the application |
LockObjectCount | This property returns the number of PC-DMIS automation objects referenced by the automation application or script. |
Machines | Returns the read-only Machines collection object. |
MajorVersion | Returns the major version number of the application. |
MinorVersion | Returns the minor version number of the application. |
Name | The file name of the PC-DMIS executable. |
OperatorMode | Represents whether or not you are in operator mode. TRUE when in operator mode, FALSE otherwise. |
PartPrograms | Returns the collection of measurement routines currently active in PC-DMIS as a PartPrograms object. |
Path | Returns the directory in which the PC-DMIS executable resides. |
PortLock | Read Only: Returns pointer to PortLock object |
ReleaseType | Read Only: Returns the application release type |
ReleaseTypeName | Read Only: Returns the application release type |
RemotePanelMode | Indicates that PC-DMIS is in Remote Panel mode. Used by Remote Panel Application (RPA). |
ReportTemplates | Read Only: Returns the Report Templates object |
StatusBar | The text on the status bar of the main PC-DMIS window. |
Top | The top edge of the PC-DMIS window, measured from the top edge of the Windows Desktop. |
UserExit | This returns True if the PC-DMIS automation engine is shut down when the user exits PC-DMIS, otherwise this returns False. |
VerboseDialogs | Read/Write: Controls verbose debugging dialogs |
VersionString | Returns the version string for the application. |
Visible | TRUE if PC-DMIS is visible, otherwise FALSE. |
Width | The width of the PC-DMIS window in screen pixels. |