Click or drag to resize

AxisParameter Class

Class for string tracking error and acceleration time of the axis.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanHeadAxisParameter

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class AxisParameter

The AxisParameter type exposes the following members.

Constructors
 NameDescription
Public methodAxisParameterInitializes a new instance of the AxisParameter class
Top
Properties
 NameDescription
Public propertyAccelerationTime Acceleration time of the axis.
Public propertyTrackingError Tracking error of the axis.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also