Click or drag to resize

SamplingInformation Class

[This is preliminary documentation and is subject to change.]

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class SamplingInformation

The SamplingInformation type exposes the following members.

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