Profile Picture

Why I get NULL from NDrawingDocument.ActiveLayer ???

Posted By Lu zehan 14 Years Ago
Author
Message
Lu zehan
cry Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)

Group: Forum Members
Last Active: 14 Years Ago
Posts: 4, Visits: 1

I put some shapes onto the document, then serialize the ActiveLayer of current document and save it to a file.

After I deserialize from the FileStream and get NLayer instance (nLayerInstance), Then

 

CurrentNDrawingDocument.Layers.AddChild(nLayerInstance);

nLayerInstance.BringToFront();

 

Then the shape appears. But cannot be selected.

In this case, if I call "NDrawingDocument.ActiveLayer", I will get "null".

does anybody have meet this problem? How did you resolved? Thanks






Similar Topics


Reading This Topic