ArcFM Responder Mobile Developer Guide
AddGraphic Method (IMMGraphicUtilities)






Syntax
'Declaration
 
Function AddGraphic( _
   ByVal graphicsContainer As ESRI.ArcGIS.Carto.IGraphicsContainer, _
   ByVal element As ESRI.ArcGIS.Carto.IElement, _
   ByVal graphicName As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMGraphicUtilities
Dim graphicsContainer As ESRI.ArcGIS.Carto.IGraphicsContainer
Dim element As ESRI.ArcGIS.Carto.IElement
Dim graphicName As System.String
Dim value As System.Boolean
 
value = instance.AddGraphic(graphicsContainer, element, graphicName)
System.bool AddGraphic( 
   ESRI.ArcGIS.Carto.IGraphicsContainer graphicsContainer,
   ESRI.ArcGIS.Carto.IElement element,
   System.string graphicName
)
function AddGraphic( 
    graphicsContainer: ESRI.ArcGIS.Carto.IGraphicsContainer;
    element: ESRI.ArcGIS.Carto.IElement;
    graphicName: System.String
): System.Boolean; 
function AddGraphic( 
   graphicsContainer : ESRI.ArcGIS.Carto.IGraphicsContainer,
   element : ESRI.ArcGIS.Carto.IElement,
   graphicName : System.String
) : System.boolean;
System.bool AddGraphic( 
   ESRI.ArcGIS.Carto.IGraphicsContainer* graphicsContainer,
   ESRI.ArcGIS.Carto.IElement* element,
   System.string* graphicName
) 
System.bool AddGraphic( 
   ESRI.ArcGIS.Carto.IGraphicsContainer^ graphicsContainer,
   ESRI.ArcGIS.Carto.IElement^ element,
   System.String^ graphicName
) 

Parameters

graphicsContainer
element
graphicName
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

IMMGraphicUtilities Interface
IMMGraphicUtilities Members

Send Feedback