Generated by DocFX

Class PositionerParametersDto

Positioner parameters, including axis parameters

Inheritance
System.Object
PositionerParametersDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Imaging.Xray.Dto
Assembly: VEDriversLite.dll
Syntax
public class PositionerParametersDto

Properties

| Improve this Doc View Source

Axes

Information about the all axes in the positioner

Declaration
public List<AxisDto> Axes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AxisDto>

Methods

| Improve this Doc View Source

IsDefault()

Returns true if the all values inside class are in default values

Declaration
public bool IsDefault()
Returns
Type Description
System.Boolean