autodesk-inventor-powertools icon indicating copy to clipboard operation
autodesk-inventor-powertools copied to clipboard

Generalize SetCustomPropertyFormat methods in Assembly and Part

Open stevenvolckaert opened this issue 9 years ago • 0 comments

Classes

  • StevenVolckaert.InventorPowerTools.Assembly and
  • StevenVolckaert.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.

stevenvolckaert avatar Oct 06 '16 06:10 stevenvolckaert