Click or drag to resize

LTComponentCollectionFindByTypeLocal Method

Find a LTComponent by it's Type (non recursive)

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public LTComponent[] FindByTypeLocal(
	Type t
)

Parameters

t
Type: SystemType

Return Value

Type: LTComponent
See Also