InspectionMeasurements Property |
[This is preliminary documentation and is subject to change.]
The measurements that were taken in the course of performing this inspection (if any).
NOTE - Only measurements not related to particular defects or symptoms should be recorded here.
Namespace:
CFX.Structures
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<Measurement> Measurements { get; set; }
Public Property Measurements As List(Of Measurement)
Get
Set
Property Value
Type:
ListMeasurement
See Also