ClearImage .NET API
Intervals Property (ImageObject)





Inlite.ClearImageNet Namespace > ImageObject Class : Intervals Property
Number of horizontal intervals in the object
Syntax
'Declaration
 
Public ReadOnly Property Intervals As System.Long
'Usage
 
Dim instance As ImageObject
Dim value As System.Long
 
value = instance.Intervals
public System.long Intervals {get;}
public read-only property Intervals: System.Int64; 
public function get Intervals : System.long
public:
property System.int64 Intervals {
   System.int64 get();
}
See Also

Reference

ImageObject Class
ImageObject Members