Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

[CONNECT C++] PersistentElementRef raison d'être

$
0
0

Here's the definition of class PersistentElementRef, found in DgnModel.h...

struct PersistentElementRef : public ElementRefBase
{
private:
virtual void MakeClassAbstract() = 0;
public:
};

It's an abstract class that is otherwise identical to ElementRefBase.  What is its purpose?  Why not just use ElementRef?


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>