Click or drag to resize

ControlBaseAddSearchAssembly Method (Type)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a class type to the search list.

Namespace:  Telogis.UI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static void AddSearchAssembly(
	Type t
)

Parameters

t
Type: SystemType
The class Type to add.
Remarks
The search list contains a reference to assemblies (and associated classes) which may be used to instantiate control objects.
See Also