Solved

How can I return the settings of my DLL surface?

  • 11 February 2019
  • 1 reply
  • 42 views

Userlevel 6
Badge +2

I am working with a system that has a user-defined DLL surface and want to obtain the settings. The ZOS-API recognizes that I am using a user-defined DLL but is not returning the correct file as defined in my code.

icon

Best answer by Allie 11 February 2019, 21:01

View original

1 reply

Userlevel 6
Badge +2

You can use the property CurrentTypeSettings (of the ILDERow interface) to retrieve the current settings for the surface.

Note that the property CurrentTypeSettings and not the method GetCurrentTypeSettings() should be used, as the latter command will create a new ISurfaceTypeSettings instance instead of referencing the current.

 

 

Reply