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: 12.0.0.0
Syntax
public LTComponent[] FindByTypeLocal(
	Type t
)

Parameters

t
Type: SystemType

Return Value

Type: LTComponent
See Also