Question
Is there a integration kit command to load a drawing into Annotation from Model Manager?
I've had great success using sd-db-element-load to load models from Model Manager into modeling.
After setting the model and version to a couple variables: LOAD_MODEL M_VERSION the following command loads models perfectly:
Example (oli:sd-db-element-load :identifier (format nil "~A,~A" LOAD_MODEL M_VERSION) :database-type :model :load-mode :full)
How would I do the same thing with a drawing?

