Description

A default SpatialCalibration

Property type

A McSpatialCalib object.  

Syntax

[Set] object.SpatialCalibration [= McSpatialCalib]

The SpatialCalibration Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McImage.
McSpatialCalibA McSpatialCalib object.

Remarks

This SpatialCalibration property is the fall-back Spatial calibration if the SpatialCalibration property in a child IMcFeatures interface is not set. If no McSpatialCalib instance has been assigned, then Nothing is returned.

Exceptions

On assignment the assigned interface must be NULL or an instance of an McSpatialCalib interface created with Application.CreateObject (i.e., it must have a backing McObject).

Notes

On assigment an OnPropertyChanged(ID_IMcImage_IMcSpatialCalib) event is fired.