MicroStation V8i: reference documentation for Bentley.Interop.MicroStationDGN in C#?

Hi Experts,

I am working on some C# AddIn code (Visual Studio) for MicroStation V8i SS4.

The Visual Studio code refers to MicroStation DLLs and uses the names spaces such as

  • Bentley.Interop.MicroStationDGN
  • Bentley.MicroStation.InteropServices
  • Bentley.MicroStation

Using the classes in these namespaces, such as

  • Bentley.MicroStation.InteropServices.Utilities
  • Bentley.MicroStation.AddIn
  • Bentley.Interop.MicroStationDGN.Application

I tried to find the reference documentation of these name spaces and classes from the CHM files with MicroStation V8i SS4 and the SDK, but couldn't get them after searching.

Where can I find the reference, such that it will be easier for me the read the code?

Thank you!

Sui