Appologies for asking such a simple question:
given that I have a pointer to a MSElement as below, how could I get a pointer to a MSElementDescr? Since MSElementDescr is dynamically created, I'm assuming that there is some mdl funciton that takes in a MSElement paramter and provided a pointer to the element descriptor after creating the descriptor. But I have not been able to find such a mdl function, does one exist?
MSElement *elP;
Brenden OReilly said: how could I get a pointer to a MSElementDescr?
Take a look at the MDL examples delivered with the SDK. You should find some that use an element descriptor.
Here's some additional background material.
Regards, Jon Summers LA Solutions
Thank you for the link to the background info.