ClearImage .NET API
Intervals Property (CiObject)





Inlite.ClearImage Namespace > CiObject Class : Intervals Property
Interval is a portion of an image line composed of adjacent connected pixels.
Syntax
'Declaration
 
Public ReadOnly Property Intervals As System.Integer
'Usage
 
Dim instance As CiObject
Dim value As System.Integer
 
value = instance.Intervals
public System.int Intervals {get;}
public read-only property Intervals: System.Integer; 
public function get Intervals : System.int
public:
property System.int Intervals {
   System.int get();
}
See Also

Reference

CiObject Class
CiObject Members