Skip to content

Instantly share code, notes, and snippets.

@dinhquyet123
dinhquyet123 / delete_properties_configuration.vb
Created January 13, 2024 08:08 — forked from AmenJlili/delete_properties_configuration.vb
Delete all properties for the active configuration – SOLIDWORKS MACRO
' Delete all properties from the active configuration
' Conditions = None
' Results = all properties in the active configuration are deleted
' www.bluebyte.biz
Dim swApp As Object
Dim swModel As Object
Dim CustomPropertyManager As Object
Public Enum swDocumentTypes_e