Description

A default IntensityCalibration

Property type

A McIntensityCalib object.  

Syntax

[Set] object.IntensityCalibration [= McIntensityCalib]

The IntensityCalibration Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McImage.
McIntensityCalibA McIntensityCalib object.

Remarks

This IntensityCalibration property is the fall-back Intensity calibration if the IntensityCalibration property in a child IMcFeatures interface is not set. If no McIntensityCalib instance has been assigned to this property, then Nothing is returned.

Exceptions

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

Notes

On assigment an OnPropertyChanged(ID_IMcImage_IMcIntensityCalib) event is fired.