Miner.Interop.Process Namespace > MMGraphicUtilitiesClass Class : AddGraphic Method |
'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 )
public function AddGraphic( graphicsContainer: ESRI.ArcGIS.Carto.IGraphicsContainer; element: ESRI.ArcGIS.Carto.IElement; graphicName: System.String ): System.Boolean; virtual;
public function AddGraphic( graphicsContainer : ESRI.ArcGIS.Carto.IGraphicsContainer, element : ESRI.ArcGIS.Carto.IElement, graphicName : System.String ) : System.boolean;
public: virtual System.bool AddGraphic( ESRI.ArcGIS.Carto.IGraphicsContainer* graphicsContainer, ESRI.ArcGIS.Carto.IElement* element, System.string* graphicName )
public: virtual System.bool AddGraphic( ESRI.ArcGIS.Carto.IGraphicsContainer^ graphicsContainer, ESRI.ArcGIS.Carto.IElement^ element, System.String^ graphicName )
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