GoXam for WPF v3
SelectData Method
Northwoods.GoXam Namespace > PartManager Class : SelectData Method
an Northwoods.GoXam.Model.IDataCollection
Select the Parts in this diagram corresponding to a collection of model data.
Syntax
public virtual void SelectData( 
   IDataCollection datacoll
)

Parameters

datacoll
an Northwoods.GoXam.Model.IDataCollection
Remarks
First this clears this Diagram's selection. Then it finds each Node or Link corresponding to the data in datacoll and sets its IsSelected to true.
See Also

Reference

PartManager Class
PartManager Members
FindPartsForData Method