autodesk-inventor-powertools
autodesk-inventor-powertools copied to clipboard
Generalize SetCustomPropertyFormat methods in Assembly and Part
Classes
StevenVolckaert.InventorPowerTools.AssemblyandStevenVolckaert.InventorPowerTools.Part
contain identical implementation of the two SetCustomPropertyFormat method overloads.
Generalize the signature(s), and move the implementation to a single point of responsibility. The most likely candidate is probably the abstract class StevenVolckaert.InventorPowerTools.ModelBase.