How to update the document after deleting Layer
Hi
I have a basic problem after deleting the layer
i am deleting the layer and saving the document using the below code
but the layers and the artwork for that layer still shows up in the Illustrator
if i close the document and open it back then i can see the changes on the document for the deleted layer
is there any way that i can refresh the document with out closing and opening it back?
sAILayers->GetNthLayer(1,&tempLayer);
error = sAILayers->DeleteLayer(tempLayer);
sAIDocumentList->Save(documentMain);
Thanks
Srinivas
Message was edited by: SriBSri