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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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