ClearImage .NET API
pMaxLineAngle Property (CiTools)





Inlite.ClearImage Namespace > CiTools Class : pMaxLineAngle Property
Maximum angle of line
Syntax
'Declaration
 
Public Property pMaxLineAngle As System.Double
'Usage
 
Dim instance As CiTools
Dim value As System.Double
 
instance.pMaxLineAngle = value
 
value = instance.pMaxLineAngle
public System.double pMaxLineAngle {get; set;}
public read-write property pMaxLineAngle: System.Double; 
public function get,set pMaxLineAngle : System.double
public:
property System.double pMaxLineAngle {
   System.double get();
   void set (    System.double value);
}
Remarks
Set to -1 to disable maximum angle check
The default value is -1
See Also

Reference

CiTools Class
CiTools Members