Class FamosFileZAxisScaling
Contains information to scale the z-axis.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileZAxisScaling : FamosFileBaseExtended
Constructors
| Improve this Doc View SourceFamosFileZAxisScaling(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 SourceDeltaZ
Gets or sets the distance between two segments.
Declaration
public decimal DeltaZ { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
IsDeltaZCalibrated
Gets or sets a boolean which indicates if DeltaZ is calibrated.
Declaration
public bool IsDeltaZCalibrated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsZ0Calibrated
Gets or sets a boolean which indicates if Z0 is calibrated.
Declaration
public bool IsZ0Calibrated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SegmentSize
Gets or sets the number of samples per segment.
Declaration
public int SegmentSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Unit
Gets or sets unit of this axis.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 SourceEquals(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()