ClearImageNet Send comments on this topic.
lineMaxAngle Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : lineMaxAngle Property




Maximum line angle in degrees for line identification (default 5.0)

Syntax

Visual Basic (Declaration) 
Public Property lineMaxAngle As Double
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Double
 
instance.lineMaxAngle = value
 
value = instance.lineMaxAngle
C# 
public double lineMaxAngle {get; set;}
Managed Extensions for C++ 
public: __property double get_lineMaxAngle();
public: __property void set_lineMaxAngle( 
   double value
);
C++/CLI 
public:
property double lineMaxAngle {
   double get();
   void set (double value);
}

Remarks

Measured in respect to the nearest vertical or horizontal image axes

See Also

Generated from assembly ClearImageNet [5.7.1.0]