MeasurementTableSetData(Int32, Int32, Double) Method |
Sets the measurement data for the specified layer.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void SetData(
int magnification,
int layer,
double[,][] data
)
Parameters
- magnification Int32
- The magnification of the measurement table. magnification 0 refers to the smallest zoom factor = 1.
- layer Int32
- The layer of the measurement table. Layer 0 refers to the bottom layer.
- data Double
- Measurement data for [axis][column, row]
See Also