ClearImage 8 Help
pMaxLineAngle Property
See Also  Send Feedback
Inlite.ClearImage Namespace > CiRepair Class : pMaxLineAngle Property






Maximum angle of line

Syntax

Visual Basic (Declaration) 
Public Property pMaxLineAngle As Double
Visual Basic (Usage)Copy Code
Dim instance As CiRepair
Dim value As Double
 
instance.pMaxLineAngle = value
 
value = instance.pMaxLineAngle
C# 
public double pMaxLineAngle {get; set;}
Delphi 
public read-write property pMaxLineAngle: Double; 
JScript 
public function get,set pMaxLineAngle : double
Managed Extensions for C++ 
public: __property double get_pMaxLineAngle();
public: __property void set_pMaxLineAngle( 
   double value
);
C++/CLI 
public:
property double pMaxLineAngle {
   double get();
   void set (    double value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.