Show / Hide Table of Contents

Class FamosFileZAxisScaling

Contains information to scale the z-axis.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileZAxisScaling
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileZAxisScaling : FamosFileBaseExtended

Constructors

| Improve this Doc View Source

FamosFileZAxisScaling(Decimal)

Initializes a new instance of the FamosFileZAxisScaling class.

Declaration
public FamosFileZAxisScaling(decimal deltaZ)
Parameters
Type Name Description
System.Decimal deltaZ

The distance between two segments.

Properties

| Improve this Doc View Source

DeltaZ

Gets or sets the distance between two segments.

Declaration
public decimal DeltaZ { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

IsDeltaZCalibrated

Gets or sets a boolean which indicates if DeltaZ is calibrated.

Declaration
public bool IsDeltaZCalibrated { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsZ0Calibrated

Gets or sets a boolean which indicates if Z0 is calibrated.

Declaration
public bool IsZ0Calibrated { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SegmentSize

Gets or sets the number of samples per segment.

Declaration
public int SegmentSize { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Unit

Gets or sets unit of this axis.

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Z0

Gets or sets the Z0, i.e. the z-coordinate of the first segment.

Declaration
public decimal Z0 { get; set; }
Property Value
Type Description
System.Decimal

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms