Click or drag to resize

SDKViewWrapperInstall Method

This method is fired when the control is installed by the framework.

Namespace:  ABB.Robotics.Tps.SDK.Base
Assembly:  ABB.Robotics.Tps.SDK.Base (in ABB.Robotics.Tps.SDK.Base.dll) Version: 6.5.129.0
Syntax
C#
public bool Install(
	Object tafSite,
	Object initData
)

Parameters

tafSite
Type: SystemObject
An interface for using the framework's services.
initData
Type: SystemObject
Initial data sent by the framework.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ABB.Robotics.Tps.SDK.Base.SDKViewWrapper.Install(System.Object,System.Object)"]

Implements

ITacSetup.Install(Object, Object)
Remarks
This method notifies the SDK AppDomain that a customized application must be opened.
See Also