GoXam for WPF v3
CanLayoutPart Method (IDiagramLayout)
Northwoods.GoXam.Layout Namespace > IDiagramLayout Interface : CanLayoutPart Method
Decide whether a given Northwoods.GoXam.Part should participate in this layout.
Syntax
bool CanLayoutPart( 
   Part part
)

Parameters

part

Return Value

Typically this should return false if the part is not visible, if the part is in a temporary Northwoods.GoXam.Layer, or if the part's LayoutId is "None". This should return true if the part's LayoutId is "All" or if it matches the Id of this layout.
Remarks
The Northwoods.GoXam.LayoutManager will use this predicate to decide which nodes and links to pass to DoLayout.
See Also

Reference

IDiagramLayout Interface
IDiagramLayout Members