CGXNetCore, creating objects

Options
RobertCram
RobertCram Posts: 15 Calcite Rank Badge
edited February 2023 in GeoStudio
The .NET documentation says "Each thread should have it's own CGX_NET or CGXNETCore context object which will be the first argument passed to static methods and object creation methods."

But as far as I can see none of the calls in the Examples solution provided on this site seem to follow this pattern. For example, the static calls to create and alter DBs don't use the context object.

This is an issue for me because those calls fail. Is there another example that follows this pattern, or is this pattern no longer the case?

Thanks,
Bob

Comments