#---------------------------------------------------------------------- # # Command file for batchprocess utility # # This command file was originally copied from $(MS_DATA)cmdfiletemplate.txt. # Command file information: # - Lines that start with the '#' character are treated as comments and ignored. # # This command file runs a vba that activates MicroStation's Data Cleanup command to # remove duplicates using the following settings: # # Duplicates Action = Delete # Process View: 1 (index value for view in vba is 0) # Backup = False # Flags saved = False # Match Level = True # Match Color = True # Match Linestyle = True # Match Weight = True # Match User Data = False # # User must set the element types manually before running the macro # #---------------------------------------------------------------------- VBA Run [Clean_Duplicate_Points]Module1.Main