GoXam for WPF v3
RemoveLinkForData(Object,IDiagramModel) Method
Northwoods.GoXam Namespace > PartManager Class > RemoveLinkForData Method : RemoveLinkForData(Object,IDiagramModel) Method
the data in the model that holds link relationship information
the model that the linkdata is in, an Northwoods.GoXam.Model.ILinksModel
Remove any Link that exists in the diagram for the linkdata.
Syntax
public void RemoveLinkForData( 
   object linkdata,
   IDiagramModel model
)

Parameters

linkdata
the data in the model that holds link relationship information
model
the model that the linkdata is in, an Northwoods.GoXam.Model.ILinksModel
Remarks

The implementation of this method should not modify the model.

See Also

Reference

PartManager Class
PartManager Members
Overload List