GoXam for WPF v3
GetLayer<T> Method
Northwoods.GoXam Namespace > DiagramPanel Class : GetLayer<T> Method
Find a Layer of the given type T with exactly the same Id as the given name, or return a default layer of the given type.
Syntax
public T GetLayer<T>( 
   string name
)
where T: Layer

Parameters

name

Type Parameters

T
Remarks
It is an error if it cannot find a layer with the given name nor with the name "" (an empty string).
See Also

Reference

DiagramPanel Class
DiagramPanel Members