I guess this should be easy but i'm not getting it, and I haven't found anything in the examples that makes it clear.
I have a custom library that I have persisted out to file.
I have loaded this file into a NLibraryDocument thru the PersistencyManger.
I now want to create an NShape instance of one of the Masters within the LibraryDocument, and insert it into my drawing programatically.
I was looking for some kind of shape factory that could take my LibraryDocument and expose instantiation methods for the contained masters, but I haven't found anything like that.
How should I approach this.
Thanks in advance.
Regards,
Jason Irby