Click or drag to resize

SamplingInformation Class

Describes the sampling strategy to be employed on a particular lot of material / units during test or inspection
Inheritance Hierarchy
SystemObject
  CFX.StructuresSamplingInformation

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class SamplingInformation

The SamplingInformation type exposes the following members.

Constructors
 NameDescription
Public methodSamplingInformation Default constructor
Top
Properties
 NameDescription
Public propertyLotSize The total number of units in the lot
Public propertySampleSize The number of units from the total lot to be inspected / tested. This is a subset of the total lot.
Public propertySamplingMethod An enumeration describing the sampling method that was employed (if any)
Top
See Also