ArcFM Engine 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 String _
) As Boolean
'Usage
 
Dim instance As IMMGraphicUtilities
Dim graphicsContainer As ESRI.ArcGIS.Carto.IGraphicsContainer
Dim element As ESRI.ArcGIS.Carto.IElement
Dim graphicName As String
Dim value As Boolean
 
value = instance.AddGraphic(graphicsContainer, element, graphicName)
bool AddGraphic( 
   ESRI.ArcGIS.Carto.IGraphicsContainer graphicsContainer,
   ESRI.ArcGIS.Carto.IElement element,
   string graphicName
)

Parameters

graphicsContainer
element
graphicName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMGraphicUtilities Interface
IMMGraphicUtilities Members

 

 


Send Comment