ClearImage .NET API
Image Property (CiRepair)





Inlite.ClearImage Namespace > CiRepair Class : Image Property
Image as CiImage object
Syntax
'Declaration
 
Public Property Image As CiImage
'Usage
 
Dim instance As CiRepair
Dim value As CiImage
 
instance.Image = value
 
value = instance.Image
public CiImage Image {get; set;}
public read-write property Image: CiImage; 
public function get,set Image : CiImage
public:
property CiImage^ Image {
   CiImage^ get();
   void set (    CiImage^ value);
}
Remarks
Default Image is created for object.  To operate on another image or zone object assign it to Image property.
See Also

Reference

CiRepair Class
CiRepair Members