Click or drag to resize
MechanismGetAllConfigurations Method (RsTarget, RsToolData, Int32, Boolean)

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 GetAllConfigurationsAsync() instead")]
public ConfigurationData[] GetAllConfigurations(
	RsTarget target,
	RsToolData tool,
	int[] cfxFilter,
	bool includeTurns
)

Parameters

target
Type: ABB.Robotics.RobotStudio.StationsRsTarget
tool
Type: ABB.Robotics.RobotStudio.StationsRsToolData
cfxFilter
Type: SystemInt32
includeTurns
Type: SystemBoolean

Return Value

Type: ConfigurationData
Version Information

Obsolete (compiler warning) in 1.0.0.0
See Also