CalibrationDataSetLocalHeightCalibrated Method |
Sets the local height calibrated.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetLocalHeightCalibrated(
int localHeightCalibrated
)
Public Sub SetLocalHeightCalibrated (
localHeightCalibrated As Integer
)
public:
void SetLocalHeightCalibrated(
int localHeightCalibrated
)
member SetLocalHeightCalibrated :
localHeightCalibrated : int -> unit
Parameters
- localHeightCalibrated
- Type: SystemInt32
The local height calibrated.
See Also