Click or drag to resize

TrackingResult Class

Represents the results of a movement-only tracking operation (start and finish bundled into one operation).
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsTrackingResult

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class TrackingResult

The TrackingResult type exposes the following members.

Constructors
  NameDescription
Public methodTrackingResult
Initializes a new instance of the TrackingResult class
Top
Properties
  NameDescription
Public propertyFinishResult
The results of the "finish" portion of the tracking operation.
Public propertyResultType
An enumerated value describing the overall success or failure of the tracking operation.
Public propertyStartResult
The results of the "start" portion of the tracking operation.
Top
See Also