T
Northwoods.GoWPF 1.3.5 Assembly
FindLayer<T> Method
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : FindLayer<T> Method

name
Find a Layer of the given type T with exactly the same Layer.Id as the given name.

Syntax

Visual Basic (Declaration) 
Public Function FindLayer(Of T As Layer)( _
   ByVal name As String _
) As T
C# 
public T FindLayer<T>( 
   string name
)where T: Layer

Parameters

name

Type Parameters

T

Requirements

See Also

© 2012 All Rights Reserved.