InternalPart.SplicingTolerance Property |
For electronic parts, a numeric value indicating the maximum amount of "overlap" (expressed in number of parts) that
is to be expected when splicing together two reels of this part.
THIS FIELD IS NOT UTILIZED BY FACTORYLOGIX, AND IS PROVIDED FOR BACKWARDS COMPATIBILITY WITH LEGACY DIPLAN MODULES ONLY.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic Nullable<double> SplicingTolerance { get; set; }
Public Property SplicingTolerance As Nullable(Of Double)
Get
Set
public:
property Nullable<double> SplicingTolerance {
Nullable<double> get ();
void set (Nullable<double> value);
}
member SplicingTolerance : Nullable<float> with get, set
Property Value
Type:
Nullable<Double>
See Also