Click or drag to resize
GraphicPickerFreehandObject Property
Gets or sets a IFreehandObject for freehand manipulation.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public IFreehandObject FreehandObject { get; set; }

Property Value

Type: IFreehandObject
Remarks
By default, freehand manipulation works on supported objects in the ProjectSelection. Use this property to ovveride this behavior and enable freehand manipulation of an application-defined object. Make sure to reset the property to null after use to restore the default behavior.
Version Information

Supported in: 1.0.0.0
See Also