ClearImageNet Send comments on this topic.
Intervals Property
See Also 
Inlite.ClearImageNet Namespace > ImageObject Class : Intervals Property




Number of horizontal intervals in the object

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Intervals As Long
Visual Basic (Usage)Copy Code
Dim instance As ImageObject
Dim value As Long
 
value = instance.Intervals
C# 
public long Intervals {get;}
Managed Extensions for C++ 
public: __property long get_Intervals();
C++/CLI 
public:
property long Intervals {
   long get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]