Hi,
with the function
Element.GetFromElementRef
I get a
Bentley.DgnPlatformNET.Elements.Element object
then I need to read the XData of the object. Till now i used
element.GetXData1(AppName);
but this functions need a
Bentley.Interop.MicroStationDGN…