ArcFM Responder Mobile Developer Guide
Insert Method (IMMElementOperation)






Syntax
'Declaration
 
Sub Insert( _
   ByVal bstrName As System.String, _
   ByVal pElement As ESRI.ArcGIS.Carto.IElement, _
   ByVal pMxDoc As ESRI.ArcGIS.ArcMapUI.IMxDocument, _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry _
) 
'Usage
 
Dim instance As IMMElementOperation
Dim bstrName As System.String
Dim pElement As ESRI.ArcGIS.Carto.IElement
Dim pMxDoc As ESRI.ArcGIS.ArcMapUI.IMxDocument
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
 
instance.Insert(bstrName, pElement, pMxDoc, pGeometry)
void Insert( 
   System.string bstrName,
   ESRI.ArcGIS.Carto.IElement pElement,
   ESRI.ArcGIS.ArcMapUI.IMxDocument pMxDoc,
   ESRI.ArcGIS.Geometry.IGeometry pGeometry
)
procedure Insert( 
    bstrName: System.String;
    pElement: ESRI.ArcGIS.Carto.IElement;
    pMxDoc: ESRI.ArcGIS.ArcMapUI.IMxDocument;
    pGeometry: ESRI.ArcGIS.Geometry.IGeometry
); 
function Insert( 
   bstrName : System.String,
   pElement : ESRI.ArcGIS.Carto.IElement,
   pMxDoc : ESRI.ArcGIS.ArcMapUI.IMxDocument,
   pGeometry : ESRI.ArcGIS.Geometry.IGeometry
);
void Insert( 
   System.string* bstrName,
   ESRI.ArcGIS.Carto.IElement* pElement,
   ESRI.ArcGIS.ArcMapUI.IMxDocument* pMxDoc,
   ESRI.ArcGIS.Geometry.IGeometry* pGeometry
) 
void Insert( 
   System.String^ bstrName,
   ESRI.ArcGIS.Carto.IElement^ pElement,
   ESRI.ArcGIS.ArcMapUI.IMxDocument^ pMxDoc,
   ESRI.ArcGIS.Geometry.IGeometry^ pGeometry
) 

Parameters

bstrName
pElement
pMxDoc
pGeometry
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

IMMElementOperation Interface
IMMElementOperation Members

Send Feedback