79239622

Date: 2024-11-30 13:25:04
Score: 0.5
Natty:
Report link

The implementation of Interaction.GetObject changed.

.NET Framework way to use GetObject with only a Class Specified:

CATIA = GetObject(,"CATIA.APPLICATION")

.NET way to use GetObject with only a Class specified:

CATIA = GetObject("","CATIA.APPLICATION")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mike Meinz