SetDMISOutputOptions Method
Description
This function sets output options for printing the Edit window contents as a DMIS file.
Syntax
Visual Basic |
---|
Public Sub SetDMISOutputOptions( _ ByVal bEnable As Boolean, _ ByVal FileName As String, _ ByVal bOverwrite As ENUM_DMIS_OVERWRITE, _ ByVal bOutputTheos As ENUM_DMIS_OUTPUT_THEOS, _ ByVal bOutputFeatWithDimensions As Boolean _ ) |
Parameters
- bEnable
- Boolean value that determines whether or not PC-DMIS prints the contents of the Edit window as a DMIS output file.
- FileName
- String value identifies the filename and path for the created DMIS output file.
- bOverwrite
This parameter determines how PC-DMIS outputs the DMIS file.Value Description PCD_DMIS_FILE_ADD_INDEX Appends to the existing file name a number. PCD_DMIS_FILE_APPEND Appends the DMIS output file to an existing file. PCD_DMIS_FILE_OVERWRITE Overwrites an existing file with the new contents. - bOutputTheos
With this parameter you can choose to not include theoretical values in the output DMIS file (PCD_DMIS_OUTPUT_THEOS_NONE), output all theoretical values along with the measured values (PCD_DMIS_OUTPUT_THEOS_ALL), or to only output theoretical values output by the DMIS program (PCD_DMIS_OUTPUT_THEOS_USE_IMPORTED_SETTING).Value Description PCD_DMIS_OUTPUT_THEOS_ALL Outputs all theoretical values along with the measured values. PCD_DMIS_OUTPUT_THEOS_NONE Not include theoretical values in the output DMIS file. PCD_DMIS_OUTPUT_THEOS_USE_IMPORTED_SETTING Outputs theoretical values output by the DMIS program. - bOutputFeatWithDimensions
- Boolean value that allows you determine whether or not to output the measured features and associated tolerances together in the output file.
See Also