SymbolModel Clone()

Hi, I´d like to clone my SymbolModel. But when I call SymbolModel model = form.Diagram.Model.Clone() as SymbolModel; if(model==null) return; the model is null because of the clone method which isn´t override in SymbolModel. How can I clone the SymbolModel? best regards, Uli

1 Reply

AD Administrator Syncfusion Team November 4, 2005 05:45 PM UTC

The Diagram.Model is not the same as a SymbolModel. The Diagram.Model is where all symbols/nodes/etc. are stored in the diagram.

Loader.
Up arrow icon