ArcFM Responder Mobile Developer Guide
Image Property (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2011)>
Property Image As System.Object
'Usage
 
Dim instance As ISSNode
Dim value As System.Object
 
instance.Image = value
 
value = instance.Image
[System.Runtime.InteropServices.DispId(2011)]
System.object Image {get; set;}
read-write property Image: System.TObject; 
System.Runtime.InteropServices.DispIdAttribute(2011)
function get,set Image : System.Object
[System.Runtime.InteropServices.DispId(2011)]
__property System.Object* get_Image();
__property void set_Image( 
   System.Object* value
);
[System.Runtime.InteropServices.DispId(2011)]
property System.Object^ Image {
   System.Object^ get();
   void set (    System.Object^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISSNode Interface
ISSNode Members

Send Feedback