 | ConfigurationNonMeasuredPoints Property |
Gets or sets the non-measured points configuration to be used with the current configuration.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic NonMeasuredPointsConfiguration NonMeasuredPoints { get; set; }
public:
property NonMeasuredPointsConfiguration^ NonMeasuredPoints {
NonMeasuredPointsConfiguration^ get ();
void set (NonMeasuredPointsConfiguration^ value);
}
Property Value
Type:
NonMeasuredPointsConfiguration
See Also