ArcFM Responder Mobile Developer Guide
Picture Property (IMMGraphicFavorite2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.ComAliasNameAttribute("stdole.IPictureDisp")>
<System.Runtime.InteropServices.DispIdAttribute(1610743808)>
Property Picture As stdole.IPictureDisp
'Usage
 
Dim instance As IMMGraphicFavorite2
Dim value As stdole.IPictureDisp
 
instance.Picture = value
 
value = instance.Picture
[System.Runtime.InteropServices.ComAliasName("stdole.IPictureDisp")]
[System.Runtime.InteropServices.DispId(1610743808)]
stdole.IPictureDisp Picture {get; set;}
read-write property Picture: stdole.IPictureDisp; 
System.Runtime.InteropServices.ComAliasNameAttribute("stdole.IPictureDisp")
System.Runtime.InteropServices.DispIdAttribute(1610743808)
function get,set Picture : stdole.IPictureDisp
[System.Runtime.InteropServices.ComAliasName("stdole.IPictureDisp")]
[System.Runtime.InteropServices.DispId(1610743808)]
__property stdole.IPictureDisp* get_Picture();
__property void set_Picture( 
   stdole.IPictureDisp* value
);
[System.Runtime.InteropServices.ComAliasName("stdole.IPictureDisp")]
[System.Runtime.InteropServices.DispId(1610743808)]
property stdole.IPictureDisp^ Picture {
   stdole.IPictureDisp^ get();
   void set (    stdole.IPictureDisp^ 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

IMMGraphicFavorite2 Interface
IMMGraphicFavorite2 Members

Send Feedback