GoXam for WPF v3
CreateInitializedCopy Method (IDiagramModel)
Northwoods.GoXam.Model Namespace > IDiagramModel Interface : CreateInitializedCopy Method
this may be null, meaning no initial data
Create a copy of this model initialized with different data.
Syntax
IDiagramModel CreateInitializedCopy( 
   IDataCollection init
)

Parameters

init
this may be null, meaning no initial data

Return Value

a model of the same type as this
Remarks
Most of the properties of the returned model should have the same value as this model, but the data depends on the argument IDataCollection.
See Also

Reference

IDiagramModel Interface
IDiagramModel Members