ArcFM Responder Mobile Developer Guide
GraphicElement Property (IMMGraphicFavorite2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Property GraphicElement As ESRI.ArcGIS.Carto.IGraphicElement
'Usage
 
Dim instance As IMMGraphicFavorite2
Dim value As ESRI.ArcGIS.Carto.IGraphicElement
 
instance.GraphicElement = value
 
value = instance.GraphicElement
[System.Runtime.InteropServices.DispId(1610678274)]
ESRI.ArcGIS.Carto.IGraphicElement GraphicElement {get; set;}
read-write property GraphicElement: ESRI.ArcGIS.Carto.IGraphicElement; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get,set GraphicElement : ESRI.ArcGIS.Carto.IGraphicElement
[System.Runtime.InteropServices.DispId(1610678274)]
__property ESRI.ArcGIS.Carto.IGraphicElement* get_GraphicElement();
__property void set_GraphicElement( 
   ESRI.ArcGIS.Carto.IGraphicElement* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property ESRI.ArcGIS.Carto.IGraphicElement^ GraphicElement {
   ESRI.ArcGIS.Carto.IGraphicElement^ get();
   void set (    ESRI.ArcGIS.Carto.IGraphicElement^ 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