Gets or sets a value whether the calibration should apply to all sub cells.
bool ApplyToAllSubCells {get; set;}
'Declaration
Property ApplyToAllSubCells As Boolean
'Usage
Dim instance As ICalibrateRulerView
Dim value As Boolean
instance.ApplyToAllSubCells = value
value = instance.ApplyToAllSubCells
__property bool get_ApplyToAllSubCells();
__property void set_ApplyToAllSubCells(
bool value
);
property bool ApplyToAllSubCells {
bool get();
void set ( bool value);
}
Property Value
true to apply the calibration to all sub cells; otherwise, it is false.