IEditManager.insertInlineGraphic question
Hi there,
when calling the IEditManager.insertInlineGraphic() method there doesn't seem to be a clear way of getting a reference to the InlineGraphicElement that was added. Am I missing something or would it perhaps make sense to change the method in such a way that it returns a reference to the new InlineGraphicElement?
So the signature would become like this:
IEditManager.insertInlineGraphic(source:Object,width:Object,height:Object,operationState:SelectionState = null):InlineGraphicElement;
Any thoughts anyone?
thanks in advance,
Roland
