Click or drag to resize
MechanismCanReach Method (RsRobTarget, RsWorkObject, RsToolData)

Note: This API is now obsolete.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
[ObsoleteAttribute("Use CanReachAsync() instead")]
public bool CanReach(
	RsRobTarget robTarget,
	RsWorkObject workObject,
	RsToolData tool
)

Parameters

robTarget
Type: ABB.Robotics.RobotStudio.StationsRsRobTarget
workObject
Type: ABB.Robotics.RobotStudio.StationsRsWorkObject
tool
Type: ABB.Robotics.RobotStudio.StationsRsToolData

Return Value

Type: Boolean
Version Information

Obsolete (compiler warning) in 1.0.0.0
See Also