Click or drag to resize

SDKViewWrapperInitNewContext Method

This method is fired when an UIShow instruction is executed and the InitCmd parameter is set to a value.

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 void InitNewContext(
	Object context
)

Parameters

context
Type: SystemObject
An object containing the new context.

Implements

ITacContext.InitNewContext(Object)
See Also