LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ApplyToAllSubCells Property (ICalibrateRulerView)

Show in webframe






Gets or sets a value whether the calibration should apply to all sub cells.
Syntax
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.
Requirements

Target Platforms

See Also

Reference

ICalibrateRulerView Interface
ICalibrateRulerView Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.