- Microstation CONNECT 10.17
- Microstation SDK 10
- .Net Framework 4.8.1
I am attempting to code a Managed DLL (C#). When looking at the SDK API (MicroStationAPI.chm) it indicates that ECSchema has a member RemoveReferencedSchema, but I am unable to call it from my DLL.
I want to programmatically delete embedded schemas, and want to be able to handle the situation where the embedded schemas reference each other.