Click or drag to resize

LTComponentCollectionFindByName Method

Find a LTComponent by its Name (recursive)

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public LTComponent FindByName(
	string name
)

Parameters

name
Type: SystemString
Guid of the Component

Return Value

Type: LTComponent
See Also