 | AcquisitionConfigurationDistanceScaleX Property |
Gets or sets the distance scaling factor in the X direction for the specified laser source.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic double this[
PhysicalLaserSource A_0
] { get; set; }
public:
property double DistanceScaleX[PhysicalLaserSource A_0] {
double get (PhysicalLaserSource A_0);
void set (PhysicalLaserSource A_0, double value);
}
Parameters
- A_0
- Type: LynceeTec.ImagingPhysicalLaserSource
Property Value
Type:
Double
See Also