ArcFM Responder Mobile Developer Guide
Picture Property (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2018)>
Property Picture As System.Object
'Usage
 
Dim instance As ISSNode
Dim value As System.Object
 
instance.Picture = value
 
value = instance.Picture
[System.Runtime.InteropServices.DispId(2018)]
System.object Picture {get; set;}
read-write property Picture: System.TObject; 
System.Runtime.InteropServices.DispIdAttribute(2018)
function get,set Picture : System.Object
[System.Runtime.InteropServices.DispId(2018)]
__property System.Object* get_Picture();
__property void set_Picture( 
   System.Object* value
);
[System.Runtime.InteropServices.DispId(2018)]
property System.Object^ Picture {
   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