ArcFM Solution Developer Guide
AddGraphic Method (MMGraphicUtilitiesClass)


Syntax
'Declaration
 
Public Overridable 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 MMGraphicUtilitiesClass
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)
public virtual System.bool AddGraphic( 
   ESRI.ArcGIS.Carto.IGraphicsContainer graphicsContainer,
   ESRI.ArcGIS.Carto.IElement element,
   System.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

MMGraphicUtilitiesClass Class
MMGraphicUtilitiesClass Members

 

 


Send Comment